Shades of Dark Orchid #9921CF
Tints of Dark Orchid #9921CF
RGB
CMYK
RGB Variations
Color information
#9921CF (or 0x9921CF) is known color: Dark Orchid. HEX triplet: 99, 21 and CF. RGB value is (153,33,207). Sum of RGB (Red+Green+Blue) = 153+33+207=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 33 (13.28% from 255 or 8.40% 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 #9921CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9921CF is #66DE30. Grayscale: #585858. Windows color (decimal): -6741553 or 13574553. OLE color: 13574553.
HSL color Cylindrical-coordinate representation of color #9921CF: hue angle of 281.38º degrees, saturation: 0.73, 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 #9921CF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 33 | 207 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.19 |
| HSL | 281.38º | 0.73% | 0.47% | - |
| HSV(B) | 281.38º | 0.84% | 0.81% | - |
| XYZ | 24.94 | 12.37 | 60.1 | - |
| YUV | 88.72 | 194.76 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 207 | 0.26 | 0.84 | 0 | 0.19 | 281.38 | 0.73 | 0.47 |
| Hex | 99 | 21 | CF | 1A | 54 | 0 | 13 | 119 | 48 | 2F |
| Octal | 231 | 41 | 317 | 32 | 124 | 0 | 23 | 431 | 110 | 57 |
| Binary | 10011001 | 100001 | 11001111 | 11010 | 1010100 | 0 | 10011 | 100011001 | 1001000 | 101111 |
Color Harmonies of #9921CF
Complementary color
Monochromatic Colors of #9921CF
Black with #9921CF
Text Example
Text Example
White with #9921CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9921CF; }
p { color: rgb(153,33,207); }
H1.HeaderClassName
{
color: #9921CF;
}
.AnyTagClassName
{
color: #9921CF;
}
</style>
background-color css
<style>
a { background-color: #9921CF; }
a { background-color: rgb(153,33,207); }
div.DivClassName
{
background-color: #9921CF;
}
.BgClassName
{
background-color: #9921CF;
}
</style>
border-color css
<style>
span { border-color: #9921CF; }
span { border-color: rgb(153,33,207); }
td.TdClassName
{
border-color: #9921CF;
}
.TagClassName
{
border-color: #9921CF;
}
</style>