Shades of Dark Orchid #9819CE
Tints of Dark Orchid #9819CE
RGB
CMYK
RGB Variations
Color information
#9819CE (or 0x9819CE) is known color: Dark Orchid. HEX triplet: 98, 19 and CE. RGB value is (152,25,206). Sum of RGB (Red+Green+Blue) = 152+25+206=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #9819CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819CE is #67E631. Grayscale: #535353. Windows color (decimal): -6809138 or 13506968. OLE color: 13506968.
HSL color Cylindrical-coordinate representation of color #9819CE: hue angle of 282.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9819CE is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 25 | 206 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.19 |
| HSL | 282.1º | 0.78% | 0.45% | - |
| HSV(B) | 282.1º | 0.88% | 0.81% | - |
| XYZ | 24.44 | 11.83 | 59.39 | - |
| YUV | 83.61 | 197.08 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 206 | 0.26 | 0.88 | 0 | 0.19 | 282.1 | 0.78 | 0.45 |
| Hex | 98 | 19 | CE | 1A | 58 | 0 | 13 | 11A | 4E | 2D |
| Octal | 230 | 31 | 316 | 32 | 130 | 0 | 23 | 432 | 116 | 55 |
| Binary | 10011000 | 11001 | 11001110 | 11010 | 1011000 | 0 | 10011 | 100011010 | 1001110 | 101101 |
Color Harmonies of #9819CE
Complementary color
Monochromatic Colors of #9819CE
Black with #9819CE
Text Example
Text Example
White with #9819CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9819CE; }
p { color: rgb(152,25,206); }
H1.HeaderClassName
{
color: #9819CE;
}
.AnyTagClassName
{
color: #9819CE;
}
</style>
background-color css
<style>
a { background-color: #9819CE; }
a { background-color: rgb(152,25,206); }
div.DivClassName
{
background-color: #9819CE;
}
.BgClassName
{
background-color: #9819CE;
}
</style>
border-color css
<style>
span { border-color: #9819CE; }
span { border-color: rgb(152,25,206); }
td.TdClassName
{
border-color: #9819CE;
}
.TagClassName
{
border-color: #9819CE;
}
</style>