#962dc0

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

Shades of Dark Orchid #962DC0

Tints of Dark Orchid #962DC0

Color information

#962DC0 (or 0x962DC0) is unknown color: approx Dark Orchid. HEX triplet: 96, 2D and C0. RGB value is (150,45,192). Sum of RGB (Red+Green+Blue) = 150+45+192=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #962DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DC0 is #69D23F. Grayscale: #5C5C5C. Windows color (decimal): -6935104 or 12594582. OLE color: 12594582.

HSL color Cylindrical-coordinate representation of color #962DC0: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962DC0 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15045192-
CMYK0.220.7700.25
HSL282.86º62.03%46.47%-
HSV(B)282.86º76.56%75.29%-
XYZ23.0312.1751-
YUV93.15183.79168.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 45 (17.97% from 255) = 11.63%
BLUE value IS 192 (75.39% from 255) = 49.61%
R=38.76%
G=11.63%
B=49.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150451920.220.7700.25282.8662.0346.47
Hex962DC0164D01911b3e2e
Octal22655300261150314337656
Binary1001011010110111000000101101001101011001100011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962dc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,45,192); }

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

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

 a { background-color: rgb(150,45,192); }

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

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

 span { border-color: rgb(150,45,192); }

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