Shades of Dark Orchid #9822CF
Tints of Dark Orchid #9822CF
RGB
CMYK
RGB Variations
Color information
#9822CF (or 0x9822CF) is known color: Dark Orchid. HEX triplet: 98, 22 and CF. RGB value is (152,34,207). Sum of RGB (Red+Green+Blue) = 152+34+207=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #9822CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9822CF is #67DD30. Grayscale: #585858. Windows color (decimal): -6806833 or 13574808. OLE color: 13574808.
HSL color Cylindrical-coordinate representation of color #9822CF: hue angle of 280.92º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9822CF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 34 | 207 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.19 |
| HSL | 280.92º | 0.72% | 0.47% | - |
| HSV(B) | 280.92º | 0.84% | 0.81% | - |
| XYZ | 24.78 | 12.32 | 60.1 | - |
| YUV | 89 | 194.59 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 207 | 0.27 | 0.84 | 0 | 0.19 | 280.92 | 0.72 | 0.47 |
| Hex | 98 | 22 | CF | 1B | 54 | 0 | 13 | 119 | 48 | 2F |
| Octal | 230 | 42 | 317 | 33 | 124 | 0 | 23 | 431 | 110 | 57 |
| Binary | 10011000 | 100010 | 11001111 | 11011 | 1010100 | 0 | 10011 | 100011001 | 1001000 | 101111 |
Color Harmonies of #9822CF
Complementary color
Monochromatic Colors of #9822CF
Black with #9822CF
Text Example
Text Example
White with #9822CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9822CF; }
p { color: rgb(152,34,207); }
H1.HeaderClassName
{
color: #9822CF;
}
.AnyTagClassName
{
color: #9822CF;
}
</style>
background-color css
<style>
a { background-color: #9822CF; }
a { background-color: rgb(152,34,207); }
div.DivClassName
{
background-color: #9822CF;
}
.BgClassName
{
background-color: #9822CF;
}
</style>
border-color css
<style>
span { border-color: #9822CF; }
span { border-color: rgb(152,34,207); }
td.TdClassName
{
border-color: #9822CF;
}
.TagClassName
{
border-color: #9822CF;
}
</style>