Shades of Dark Orchid #9824D1
Tints of Dark Orchid #9824D1
RGB
CMYK
RGB Variations
Color information
#9824D1 (or 0x9824D1) is known color: Dark Orchid. HEX triplet: 98, 24 and D1. RGB value is (152,36,209). Sum of RGB (Red+Green+Blue) = 152+36+209=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #9824D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9824D1 is #67DB2E. Grayscale: #595959. Windows color (decimal): -6806319 or 13706392. OLE color: 13706392.
HSL color Cylindrical-coordinate representation of color #9824D1: hue angle of 280.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9824D1 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 36 | 209 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.18 |
| HSL | 280.23º | 0.71% | 0.48% | - |
| HSV(B) | 280.23º | 0.83% | 0.82% | - |
| XYZ | 25.09 | 12.54 | 61.42 | - |
| YUV | 90.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 209 | 0.27 | 0.83 | 0 | 0.18 | 280.23 | 0.71 | 0.48 |
| Hex | 98 | 24 | D1 | 1B | 53 | 0 | 12 | 118 | 47 | 30 |
| Octal | 230 | 44 | 321 | 33 | 123 | 0 | 22 | 430 | 107 | 60 |
| Binary | 10011000 | 100100 | 11010001 | 11011 | 1010011 | 0 | 10010 | 100011000 | 1000111 | 110000 |
Color Harmonies of #9824D1
Complementary color
Monochromatic Colors of #9824D1
Black with #9824D1
Text Example
Text Example
White with #9824D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9824D1; }
p { color: rgb(152,36,209); }
H1.HeaderClassName
{
color: #9824D1;
}
.AnyTagClassName
{
color: #9824D1;
}
</style>
background-color css
<style>
a { background-color: #9824D1; }
a { background-color: rgb(152,36,209); }
div.DivClassName
{
background-color: #9824D1;
}
.BgClassName
{
background-color: #9824D1;
}
</style>
border-color css
<style>
span { border-color: #9824D1; }
span { border-color: rgb(152,36,209); }
td.TdClassName
{
border-color: #9824D1;
}
.TagClassName
{
border-color: #9824D1;
}
</style>