#962cac

Color #962CAC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #962CAC

Tints of Dark Orchid #962CAC

Color information

#962CAC (or 0x962CAC) is unknown color: approx Dark Orchid. HEX triplet: 96, 2C and AC. RGB value is (150,44,172). Sum of RGB (Red+Green+Blue) = 150+44+172=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #962CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962CAC is #69D353. Grayscale: #595959. Windows color (decimal): -6935380 or 11283606. OLE color: 11283606.

HSL color Cylindrical-coordinate representation of color #962CAC: hue angle of 289.69º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962CAC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15044172-
CMYK0.130.7400.33
HSL289.69º59.26%42.35%-
HSV(B)289.69º74.42%67.45%-
XYZ20.9211.2640.1-
YUV90.29174.12170.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 44 (17.58% from 255) = 12.02%
BLUE value IS 172 (67.58% from 255) = 46.99%
R=40.98%
G=12.02%
B=46.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150441720.130.7400.33289.6959.2642.35
Hex962CACD4A0211223b2a
Octal22654254151120414427352
Binary1001011010110010101100110110010100100001100100010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962cac; }

 p { color: rgb(150,44,172); }

 H1.HeaderClassName
 {
   color: #962cac;
 }
 .AnyTagClassName
 {
   color: #962cac;
 }
</style>
background-color css

<style>
 a { background-color: #962cac; }

 a { background-color: rgb(150,44,172); }

 div.DivClassName
 {
   background-color: #962cac;
 }
 .BgClassName
 {
   background-color: #962cac;
 }
</style>
border-color css

<style>
 span { border-color: #962cac; }

 span { border-color: rgb(150,44,172); }

 td.TdClassName
 {
   border-color: #962cac;
 }
 .TagClassName
 {
   border-color: #962cac;
 }
</style>