Shades of Dark Orchid #9C30DB
Tints of Dark Orchid #9C30DB
RGB
CMYK
RGB Variations
Color information
#9C30DB (or 0x9C30DB) is known color: Dark Orchid. HEX triplet: 9C, 30 and DB. RGB value is (156,48,219). Sum of RGB (Red+Green+Blue) = 156+48+219=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C30DB is #63CF24. Grayscale: #636363. Windows color (decimal): -6541093 or 14364828. OLE color: 14364828.
HSL color Cylindrical-coordinate representation of color #9C30DB: hue angle of 277.89º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C30DB is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 48 | 219 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.14 |
| HSL | 277.89º | 0.7% | 0.52% | - |
| HSV(B) | 277.89º | 0.78% | 0.86% | - |
| XYZ | 27.55 | 14.3 | 68.33 | - |
| YUV | 99.79 | 195.28 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 48 | 219 | 0.29 | 0.78 | 0 | 0.14 | 277.89 | 0.7 | 0.52 |
| Hex | 9C | 30 | DB | 1D | 4E | 0 | E | 116 | 46 | 34 |
| Octal | 234 | 60 | 333 | 35 | 116 | 0 | 16 | 426 | 106 | 64 |
| Binary | 10011100 | 110000 | 11011011 | 11101 | 1001110 | 0 | 1110 | 100010110 | 1000110 | 110100 |
Color Harmonies of #9C30DB
Complementary color
Monochromatic Colors of #9C30DB
Black with #9C30DB
Text Example
Text Example
White with #9C30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C30DB; }
p { color: rgb(156,48,219); }
H1.HeaderClassName
{
color: #9C30DB;
}
.AnyTagClassName
{
color: #9C30DB;
}
</style>
background-color css
<style>
a { background-color: #9C30DB; }
a { background-color: rgb(156,48,219); }
div.DivClassName
{
background-color: #9C30DB;
}
.BgClassName
{
background-color: #9C30DB;
}
</style>
border-color css
<style>
span { border-color: #9C30DB; }
span { border-color: rgb(156,48,219); }
td.TdClassName
{
border-color: #9C30DB;
}
.TagClassName
{
border-color: #9C30DB;
}
</style>