#9640CB

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

Shades of Dark Orchid #9640CB

Tints of Dark Orchid #9640CB

Color information

#9640CB (or 0x9640CB) is unknown color: approx Dark Orchid. HEX triplet: 96, 40 and CB. RGB value is (150,64,203). Sum of RGB (Red+Green+Blue) = 150+64+203=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #9640CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9640CB is #69BF34. Grayscale: #696969. Windows color (decimal): -6930229 or 13320342. OLE color: 13320342.

HSL color Cylindrical-coordinate representation of color #9640CB: hue angle of 277.12º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9640CB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15064203-
CMYK0.260.6800.20
HSL277.12º57.2%52.35%-
HSV(B)277.12º68.47%79.61%-
XYZ25.1914.4657.96-
YUV105.56182.99159.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=35.97%
G=15.35%
B=48.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150642030.260.6800.20277.1257.252.35
Hex9640CB1A440141153934
Octal226100313321040244257164
Binary10010110100000011001011110101000100010100100010101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9640CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9640CB; }

 p { color: rgb(150,64,203); }

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

<style>
 a { background-color: #9640CB; }

 a { background-color: rgb(150,64,203); }

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

<style>
 span { border-color: #9640CB; }

 span { border-color: rgb(150,64,203); }

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