Shades of Dark Orchid #9C30CE
Tints of Dark Orchid #9C30CE
RGB
CMYK
RGB Variations
Color information
#9C30CE (or 0x9C30CE) is known color: Dark Orchid. HEX triplet: 9C, 30 and CE. RGB value is (156,48,206). Sum of RGB (Red+Green+Blue) = 156+48+206=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C30CE is #63CF31. Grayscale: #616161. Windows color (decimal): -6541106 or 13512860. OLE color: 13512860.
HSL color Cylindrical-coordinate representation of color #9C30CE: hue angle of 281.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C30CE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 48 | 206 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.19 |
| HSL | 281.01º | 0.62% | 0.5% | - |
| HSV(B) | 281.01º | 0.77% | 0.81% | - |
| XYZ | 25.91 | 13.64 | 59.66 | - |
| YUV | 98.3 | 188.78 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 48 | 206 | 0.24 | 0.77 | 0 | 0.19 | 281.01 | 0.62 | 0.5 |
| Hex | 9C | 30 | CE | 18 | 4D | 0 | 13 | 119 | 3E | 32 |
| Octal | 234 | 60 | 316 | 30 | 115 | 0 | 23 | 431 | 76 | 62 |
| Binary | 10011100 | 110000 | 11001110 | 11000 | 1001101 | 0 | 10011 | 100011001 | 111110 | 110010 |
Color Harmonies of #9C30CE
Complementary color
Monochromatic Colors of #9C30CE
Black with #9C30CE
Text Example
Text Example
White with #9C30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C30CE; }
p { color: rgb(156,48,206); }
H1.HeaderClassName
{
color: #9C30CE;
}
.AnyTagClassName
{
color: #9C30CE;
}
</style>
background-color css
<style>
a { background-color: #9C30CE; }
a { background-color: rgb(156,48,206); }
div.DivClassName
{
background-color: #9C30CE;
}
.BgClassName
{
background-color: #9C30CE;
}
</style>
border-color css
<style>
span { border-color: #9C30CE; }
span { border-color: rgb(156,48,206); }
td.TdClassName
{
border-color: #9C30CE;
}
.TagClassName
{
border-color: #9C30CE;
}
</style>