Shades of Dark Orchid #9721CC
Tints of Dark Orchid #9721CC
RGB
CMYK
RGB Variations
Color information
#9721CC (or 0x9721CC) is known color: Dark Orchid. HEX triplet: 97, 21 and CC. RGB value is (151,33,204). Sum of RGB (Red+Green+Blue) = 151+33+204=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #9721CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9721CC is #68DE33. Grayscale: #575757. Windows color (decimal): -6872628 or 13377943. OLE color: 13377943.
HSL color Cylindrical-coordinate representation of color #9721CC: hue angle of 281.4º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9721CC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 33 | 204 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.2 |
| HSL | 281.4º | 0.72% | 0.46% | - |
| HSV(B) | 281.4º | 0.84% | 0.8% | - |
| XYZ | 24.21 | 12.03 | 58.17 | - |
| YUV | 87.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 204 | 0.26 | 0.84 | 0 | 0.2 | 281.4 | 0.72 | 0.46 |
| Hex | 97 | 21 | CC | 1A | 54 | 0 | 14 | 119 | 48 | 2E |
| Octal | 227 | 41 | 314 | 32 | 124 | 0 | 24 | 431 | 110 | 56 |
| Binary | 10010111 | 100001 | 11001100 | 11010 | 1010100 | 0 | 10100 | 100011001 | 1001000 | 101110 |
Color Harmonies of #9721CC
Complementary color
Monochromatic Colors of #9721CC
Black with #9721CC
Text Example
Text Example
White with #9721CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9721CC; }
p { color: rgb(151,33,204); }
H1.HeaderClassName
{
color: #9721CC;
}
.AnyTagClassName
{
color: #9721CC;
}
</style>
background-color css
<style>
a { background-color: #9721CC; }
a { background-color: rgb(151,33,204); }
div.DivClassName
{
background-color: #9721CC;
}
.BgClassName
{
background-color: #9721CC;
}
</style>
border-color css
<style>
span { border-color: #9721CC; }
span { border-color: rgb(151,33,204); }
td.TdClassName
{
border-color: #9721CC;
}
.TagClassName
{
border-color: #9721CC;
}
</style>