Shades of Dark Orchid #9A22CE
Tints of Dark Orchid #9A22CE
RGB
CMYK
RGB Variations
Color information
#9A22CE (or 0x9A22CE) is known color: Dark Orchid. HEX triplet: 9A, 22 and CE. RGB value is (154,34,206). Sum of RGB (Red+Green+Blue) = 154+34+206=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A22CE is #65DD31. Grayscale: #585858. Windows color (decimal): -6675762 or 13509274. OLE color: 13509274.
HSL color Cylindrical-coordinate representation of color #9A22CE: hue angle of 281.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A22CE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 34 | 206 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.19 |
| HSL | 281.86º | 0.72% | 0.47% | - |
| HSV(B) | 281.86º | 0.83% | 0.81% | - |
| XYZ | 25.04 | 12.47 | 59.48 | - |
| YUV | 89.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 206 | 0.25 | 0.83 | 0 | 0.19 | 281.86 | 0.72 | 0.47 |
| Hex | 9A | 22 | CE | 19 | 53 | 0 | 13 | 11A | 48 | 2F |
| Octal | 232 | 42 | 316 | 31 | 123 | 0 | 23 | 432 | 110 | 57 |
| Binary | 10011010 | 100010 | 11001110 | 11001 | 1010011 | 0 | 10011 | 100011010 | 1001000 | 101111 |
Color Harmonies of #9A22CE
Complementary color
Monochromatic Colors of #9A22CE
Black with #9A22CE
Text Example
Text Example
White with #9A22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A22CE; }
p { color: rgb(154,34,206); }
H1.HeaderClassName
{
color: #9A22CE;
}
.AnyTagClassName
{
color: #9A22CE;
}
</style>
background-color css
<style>
a { background-color: #9A22CE; }
a { background-color: rgb(154,34,206); }
div.DivClassName
{
background-color: #9A22CE;
}
.BgClassName
{
background-color: #9A22CE;
}
</style>
border-color css
<style>
span { border-color: #9A22CE; }
span { border-color: rgb(154,34,206); }
td.TdClassName
{
border-color: #9A22CE;
}
.TagClassName
{
border-color: #9A22CE;
}
</style>