Shades of Dark Orchid #9636D0
Tints of Dark Orchid #9636D0
RGB
CMYK
RGB Variations
Color information
#9636D0 (or 0x9636D0) is known color: Dark Orchid. HEX triplet: 96, 36 and D0. RGB value is (150,54,208). Sum of RGB (Red+Green+Blue) = 150+54+208=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #9636D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9636D0 is #69C92F. Grayscale: #636363. Windows color (decimal): -6932784 or 13645462. OLE color: 13645462.
HSL color Cylindrical-coordinate representation of color #9636D0: hue angle of 277.4º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9636D0 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 54 | 208 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.18 |
| HSL | 277.4º | 0.62% | 0.51% | - |
| HSV(B) | 277.4º | 0.74% | 0.82% | - |
| XYZ | 25.28 | 13.68 | 60.98 | - |
| YUV | 100.26 | 188.8 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 208 | 0.28 | 0.74 | 0 | 0.18 | 277.4 | 0.62 | 0.51 |
| Hex | 96 | 36 | D0 | 1C | 4A | 0 | 12 | 115 | 3E | 33 |
| Octal | 226 | 66 | 320 | 34 | 112 | 0 | 22 | 425 | 76 | 63 |
| Binary | 10010110 | 110110 | 11010000 | 11100 | 1001010 | 0 | 10010 | 100010101 | 111110 | 110011 |
Color Harmonies of #9636D0
Complementary color
Monochromatic Colors of #9636D0
Black with #9636D0
Text Example
Text Example
White with #9636D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9636D0; }
p { color: rgb(150,54,208); }
H1.HeaderClassName
{
color: #9636D0;
}
.AnyTagClassName
{
color: #9636D0;
}
</style>
background-color css
<style>
a { background-color: #9636D0; }
a { background-color: rgb(150,54,208); }
div.DivClassName
{
background-color: #9636D0;
}
.BgClassName
{
background-color: #9636D0;
}
</style>
border-color css
<style>
span { border-color: #9636D0; }
span { border-color: rgb(150,54,208); }
td.TdClassName
{
border-color: #9636D0;
}
.TagClassName
{
border-color: #9636D0;
}
</style>