#9639CD

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

Shades of Dark Orchid #9639CD

Tints of Dark Orchid #9639CD

Color information

#9639CD (or 0x9639CD) is unknown color: approx Dark Orchid. HEX triplet: 96, 39 and CD. RGB value is (150,57,205). Sum of RGB (Red+Green+Blue) = 150+57+205=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #9639CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9639CD is #69C632. Grayscale: #656565. Windows color (decimal): -6932019 or 13449622. OLE color: 13449622.

HSL color Cylindrical-coordinate representation of color #9639CD: hue angle of 277.7º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9639CD is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15057205-
CMYK0.270.7200.20
HSL277.7º59.68%51.37%-
HSV(B)277.7º72.2%80.39%-
XYZ25.0613.8259.1-
YUV101.68186.31162.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 57 (22.66% from 255) = 13.83%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=36.41%
G=13.83%
B=49.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150572050.270.7200.20277.759.6851.37
Hex9639CD1B480141163c33
Octal22671315331100244267463
Binary1001011011100111001101110111001000010100100010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9639CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9639CD; }

 p { color: rgb(150,57,205); }

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

<style>
 a { background-color: #9639CD; }

 a { background-color: rgb(150,57,205); }

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

<style>
 span { border-color: #9639CD; }

 span { border-color: rgb(150,57,205); }

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