#962ED6

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

Shades of Dark Orchid #962ED6

Tints of Dark Orchid #962ED6

Color information

#962ED6 (or 0x962ED6) is unknown color: approx Dark Orchid. HEX triplet: 96, 2E and D6. RGB value is (150,46,214). Sum of RGB (Red+Green+Blue) = 150+46+214=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #962ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ED6 is #69D129. Grayscale: #5F5F5F. Windows color (decimal): -6934826 or 14036630. OLE color: 14036630.

HSL color Cylindrical-coordinate representation of color #962ED6: hue angle of 277.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962ED6 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15046214-
CMYK0.300.7900.16
HSL277.14º67.2%50.98%-
HSV(B)277.14º78.5%83.92%-
XYZ25.6913.2964.83-
YUV96.25194.46166.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 46 (18.36% from 255) = 11.22%
BLUE value IS 214 (83.98% from 255) = 52.20%
R=36.59%
G=11.22%
B=52.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150462140.300.7900.16277.1467.250.98
Hex962ED61E4F0101154333
Octal226563263611702042510363
Binary10010110101110110101101111010011110100001000101011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,46,214); }

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

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

 a { background-color: rgb(150,46,214); }

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

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

 span { border-color: rgb(150,46,214); }

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