#9640c0

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

Shades of Dark Orchid #9640C0

Tints of Dark Orchid #9640C0

Color information

#9640C0 (or 0x9640C0) is unknown color: approx Dark Orchid. HEX triplet: 96, 40 and C0. RGB value is (150,64,192). Sum of RGB (Red+Green+Blue) = 150+64+192=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #9640C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9640C0 is #69BF3F. Grayscale: #676767. Windows color (decimal): -6930240 or 12599446. OLE color: 12599446.

HSL color Cylindrical-coordinate representation of color #9640C0: hue angle of 280.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9640C0 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15064192-
CMYK0.220.6700.25
HSL280.31º50.39%50.2%-
HSV(B)280.31º66.67%75.29%-
XYZ23.9313.9651.3-
YUV104.31177.49160.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 192 (75.39% from 255) = 47.29%
R=36.95%
G=15.76%
B=47.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150641920.220.6700.25280.3150.3950.2
Hex9640C016430191183232
Octal226100300261030314306262
Binary10010110100000011000000101101000011011001100011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9640c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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