Shades of Dark Orchid #9824CB
Tints of Dark Orchid #9824CB
RGB
CMYK
RGB Variations
Color information
#9824CB (or 0x9824CB) is known color: Dark Orchid. HEX triplet: 98, 24 and CB. RGB value is (152,36,203). Sum of RGB (Red+Green+Blue) = 152+36+203=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #9824CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9824CB is #67DB34. Grayscale: #595959. Windows color (decimal): -6806325 or 13313176. OLE color: 13313176.
HSL color Cylindrical-coordinate representation of color #9824CB: hue angle of 281.68º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9824CB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 36 | 203 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.20 |
| HSL | 281.68º | 0.7% | 0.47% | - |
| HSV(B) | 281.68º | 0.82% | 0.8% | - |
| XYZ | 24.36 | 12.25 | 57.58 | - |
| YUV | 89.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 203 | 0.25 | 0.82 | 0 | 0.20 | 281.68 | 0.7 | 0.47 |
| Hex | 98 | 24 | CB | 19 | 52 | 0 | 14 | 11A | 46 | 2F |
| Octal | 230 | 44 | 313 | 31 | 122 | 0 | 24 | 432 | 106 | 57 |
| Binary | 10011000 | 100100 | 11001011 | 11001 | 1010010 | 0 | 10100 | 100011010 | 1000110 | 101111 |
Color Harmonies of #9824CB
Complementary color
Monochromatic Colors of #9824CB
Black with #9824CB
Text Example
Text Example
White with #9824CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9824CB; }
p { color: rgb(152,36,203); }
H1.HeaderClassName
{
color: #9824CB;
}
.AnyTagClassName
{
color: #9824CB;
}
</style>
background-color css
<style>
a { background-color: #9824CB; }
a { background-color: rgb(152,36,203); }
div.DivClassName
{
background-color: #9824CB;
}
.BgClassName
{
background-color: #9824CB;
}
</style>
border-color css
<style>
span { border-color: #9824CB; }
span { border-color: rgb(152,36,203); }
td.TdClassName
{
border-color: #9824CB;
}
.TagClassName
{
border-color: #9824CB;
}
</style>