#961CCE

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

Shades of Dark Orchid #961CCE

Tints of Dark Orchid #961CCE

Color information

#961CCE (or 0x961CCE) is unknown color: approx Dark Orchid. HEX triplet: 96, 1C and CE. RGB value is (150,28,206). Sum of RGB (Red+Green+Blue) = 150+28+206=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #961CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CCE is #69E331. Grayscale: #545454. Windows color (decimal): -6939442 or 13507734. OLE color: 13507734.

HSL color Cylindrical-coordinate representation of color #961CCE: hue angle of 281.12º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961CCE is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15028206-
CMYK0.270.8600.19
HSL281.12º76.07%45.88%-
HSV(B)281.12º86.41%80.78%-
XYZ24.1311.7759.39-
YUV84.77196.42174.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 28 (11.33% from 255) = 7.29%
BLUE value IS 206 (80.86% from 255) = 53.65%
R=39.06%
G=7.29%
B=53.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150282060.270.8600.19281.1276.0745.88
Hex961CCE1B560131194c2e
Octal226343163312602343111456
Binary1001011011100110011101101110101100100111000110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961CCE; }

 p { color: rgb(150,28,206); }

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

<style>
 a { background-color: #961CCE; }

 a { background-color: rgb(150,28,206); }

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

<style>
 span { border-color: #961CCE; }

 span { border-color: rgb(150,28,206); }

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