#9639CE

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

Shades of Dark Orchid #9639CE

Tints of Dark Orchid #9639CE

Color information

#9639CE (or 0x9639CE) is unknown color: approx Dark Orchid. HEX triplet: 96, 39 and CE. RGB value is (150,57,206). Sum of RGB (Red+Green+Blue) = 150+57+206=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #9639CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9639CE is #69C631. Grayscale: #656565. Windows color (decimal): -6932018 or 13515158. OLE color: 13515158.

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

Color convert

RGB15057206-
CMYK0.270.7200.19
HSL277.45º60.32%51.57%-
HSV(B)277.45º72.33%80.78%-
XYZ25.1813.8759.74-
YUV101.79186.81162.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 206 (80.86% from 255) = 49.88%
R=36.32%
G=13.80%
B=49.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150572060.270.7200.19277.4560.3251.57
Hex9639CE1B480131153c34
Octal22671316331100234257464
Binary1001011011100111001110110111001000010011100010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9639CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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