Shades of Dark Orchid #9639CE
Tints of Dark Orchid #9639CE
RGB
CMYK
RGB Variations
Color information
#9639CE (or 0x9639CE) is known color: 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
| RGB | 150 | 57 | 206 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.19 |
| HSL | 277.45º | 0.6% | 0.52% | - |
| HSV(B) | 277.45º | 0.72% | 0.81% | - |
| XYZ | 25.18 | 13.87 | 59.74 | - |
| YUV | 101.79 | 186.81 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 206 | 0.27 | 0.72 | 0 | 0.19 | 277.45 | 0.6 | 0.52 |
| Hex | 96 | 39 | CE | 1B | 48 | 0 | 13 | 115 | 3C | 34 |
| Octal | 226 | 71 | 316 | 33 | 110 | 0 | 23 | 425 | 74 | 64 |
| Binary | 10010110 | 111001 | 11001110 | 11011 | 1001000 | 0 | 10011 | 100010101 | 111100 | 110100 |
Color Harmonies of #9639CE
Complementary color
Monochromatic Colors of #9639CE
Black with #9639CE
Text Example
Text Example
White with #9639CE
Text Example
Text Example
HTML Codes & Css Web 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>