#962db5

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

Shades of Dark Orchid #962DB5

Tints of Dark Orchid #962DB5

Color information

#962DB5 (or 0x962DB5) is unknown color: approx Dark Orchid. HEX triplet: 96, 2D and B5. RGB value is (150,45,181). Sum of RGB (Red+Green+Blue) = 150+45+181=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #962DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DB5 is #69D24A. Grayscale: #5B5B5B. Windows color (decimal): -6935115 or 11873686. OLE color: 11873686.

HSL color Cylindrical-coordinate representation of color #962DB5: hue angle of 286.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962DB5 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15045181-
CMYK0.170.7500.29
HSL286.32º60.18%44.31%-
HSV(B)286.32º75.14%70.98%-
XYZ21.8611.744.82-
YUV91.9178.29169.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 45 (17.97% from 255) = 11.97%
BLUE value IS 181 (71.09% from 255) = 48.14%
R=39.89%
G=11.97%
B=48.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150451810.170.7500.29286.3260.1844.31
Hex962DB5114B01D11e3c2c
Octal22655265211130354367454
Binary1001011010110110110101100011001011011101100011110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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