Shades of Dark Orchid #9630D0
Tints of Dark Orchid #9630D0
RGB
CMYK
RGB Variations
Color information
#9630D0 (or 0x9630D0) is known color: Dark Orchid. HEX triplet: 96, 30 and D0. RGB value is (150,48,208). Sum of RGB (Red+Green+Blue) = 150+48+208=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #9630D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9630D0 is #69CF2F. Grayscale: #606060. Windows color (decimal): -6934320 or 13643926. OLE color: 13643926.
HSL color Cylindrical-coordinate representation of color #9630D0: hue angle of 278.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9630D0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 48 | 208 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.18 |
| HSL | 278.25º | 0.63% | 0.5% | - |
| HSV(B) | 278.25º | 0.77% | 0.82% | - |
| XYZ | 25.02 | 13.15 | 60.89 | - |
| YUV | 96.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 208 | 0.28 | 0.77 | 0 | 0.18 | 278.25 | 0.63 | 0.5 |
| Hex | 96 | 30 | D0 | 1C | 4D | 0 | 12 | 116 | 3F | 32 |
| Octal | 226 | 60 | 320 | 34 | 115 | 0 | 22 | 426 | 77 | 62 |
| Binary | 10010110 | 110000 | 11010000 | 11100 | 1001101 | 0 | 10010 | 100010110 | 111111 | 110010 |
Color Harmonies of #9630D0
Complementary color
Monochromatic Colors of #9630D0
Black with #9630D0
Text Example
Text Example
White with #9630D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9630D0; }
p { color: rgb(150,48,208); }
H1.HeaderClassName
{
color: #9630D0;
}
.AnyTagClassName
{
color: #9630D0;
}
</style>
background-color css
<style>
a { background-color: #9630D0; }
a { background-color: rgb(150,48,208); }
div.DivClassName
{
background-color: #9630D0;
}
.BgClassName
{
background-color: #9630D0;
}
</style>
border-color css
<style>
span { border-color: #9630D0; }
span { border-color: rgb(150,48,208); }
td.TdClassName
{
border-color: #9630D0;
}
.TagClassName
{
border-color: #9630D0;
}
</style>