Shades of Dark Orchid #9827CE
Tints of Dark Orchid #9827CE
RGB
CMYK
RGB Variations
Color information
#9827CE (or 0x9827CE) is known color: Dark Orchid. HEX triplet: 98, 27 and CE. RGB value is (152,39,206). Sum of RGB (Red+Green+Blue) = 152+39+206=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #9827CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9827CE is #67D831. Grayscale: #5B5B5B. Windows color (decimal): -6805554 or 13510552. OLE color: 13510552.
HSL color Cylindrical-coordinate representation of color #9827CE: hue angle of 280.6º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9827CE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 39 | 206 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.19 |
| HSL | 280.6º | 0.68% | 0.48% | - |
| HSV(B) | 280.6º | 0.81% | 0.81% | - |
| XYZ | 24.81 | 12.58 | 59.51 | - |
| YUV | 91.83 | 192.44 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 206 | 0.26 | 0.81 | 0 | 0.19 | 280.6 | 0.68 | 0.48 |
| Hex | 98 | 27 | CE | 1A | 51 | 0 | 13 | 119 | 44 | 30 |
| Octal | 230 | 47 | 316 | 32 | 121 | 0 | 23 | 431 | 104 | 60 |
| Binary | 10011000 | 100111 | 11001110 | 11010 | 1010001 | 0 | 10011 | 100011001 | 1000100 | 110000 |
Color Harmonies of #9827CE
Complementary color
Monochromatic Colors of #9827CE
Black with #9827CE
Text Example
Text Example
White with #9827CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9827CE; }
p { color: rgb(152,39,206); }
H1.HeaderClassName
{
color: #9827CE;
}
.AnyTagClassName
{
color: #9827CE;
}
</style>
background-color css
<style>
a { background-color: #9827CE; }
a { background-color: rgb(152,39,206); }
div.DivClassName
{
background-color: #9827CE;
}
.BgClassName
{
background-color: #9827CE;
}
</style>
border-color css
<style>
span { border-color: #9827CE; }
span { border-color: rgb(152,39,206); }
td.TdClassName
{
border-color: #9827CE;
}
.TagClassName
{
border-color: #9827CE;
}
</style>