Shades of Dark Orchid #9921B4
Tints of Dark Orchid #9921B4
RGB
CMYK
RGB Variations
Color information
#9921B4 (or 0x9921B4) is known color: Dark Orchid. HEX triplet: 99, 21 and B4. RGB value is (153,33,180). Sum of RGB (Red+Green+Blue) = 153+33+180=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #9921B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9921B4 is #66DE4B. Grayscale: #555555. Windows color (decimal): -6741580 or 11805081. OLE color: 11805081.
HSL color Cylindrical-coordinate representation of color #9921B4: hue angle of 288.98º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9921B4 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 33 | 180 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.29 |
| HSL | 288.98º | 0.69% | 0.42% | - |
| HSV(B) | 288.98º | 0.82% | 0.71% | - |
| XYZ | 21.92 | 11.16 | 44.18 | - |
| YUV | 85.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 180 | 0.15 | 0.82 | 0 | 0.29 | 288.98 | 0.69 | 0.42 |
| Hex | 99 | 21 | B4 | F | 52 | 0 | 1D | 121 | 45 | 2A |
| Octal | 231 | 41 | 264 | 17 | 122 | 0 | 35 | 441 | 105 | 52 |
| Binary | 10011001 | 100001 | 10110100 | 1111 | 1010010 | 0 | 11101 | 100100001 | 1000101 | 101010 |
Color Harmonies of #9921B4
Complementary color
Monochromatic Colors of #9921B4
Black with #9921B4
Text Example
Text Example
White with #9921B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9921B4; }
p { color: rgb(153,33,180); }
H1.HeaderClassName
{
color: #9921B4;
}
.AnyTagClassName
{
color: #9921B4;
}
</style>
background-color css
<style>
a { background-color: #9921B4; }
a { background-color: rgb(153,33,180); }
div.DivClassName
{
background-color: #9921B4;
}
.BgClassName
{
background-color: #9921B4;
}
</style>
border-color css
<style>
span { border-color: #9921B4; }
span { border-color: rgb(153,33,180); }
td.TdClassName
{
border-color: #9921B4;
}
.TagClassName
{
border-color: #9921B4;
}
</style>