Shades of Dark Orchid #9B22CE
Tints of Dark Orchid #9B22CE
RGB
CMYK
RGB Variations
Color information
#9B22CE (or 0x9B22CE) is known color: Dark Orchid. HEX triplet: 9B, 22 and CE. RGB value is (155,34,206). Sum of RGB (Red+Green+Blue) = 155+34+206=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B22CE is #64DD31. Grayscale: #595959. Windows color (decimal): -6610226 or 13509275. OLE color: 13509275.
HSL color Cylindrical-coordinate representation of color #9B22CE: hue angle of 282.21º 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 #9B22CE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 34 | 206 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.19 |
| HSL | 282.21º | 0.72% | 0.47% | - |
| HSV(B) | 282.21º | 0.83% | 0.81% | - |
| XYZ | 25.23 | 12.57 | 59.49 | - |
| YUV | 89.79 | 193.59 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 206 | 0.25 | 0.83 | 0 | 0.19 | 282.21 | 0.72 | 0.47 |
| Hex | 9B | 22 | CE | 19 | 53 | 0 | 13 | 11A | 48 | 2F |
| Octal | 233 | 42 | 316 | 31 | 123 | 0 | 23 | 432 | 110 | 57 |
| Binary | 10011011 | 100010 | 11001110 | 11001 | 1010011 | 0 | 10011 | 100011010 | 1001000 | 101111 |
Color Harmonies of #9B22CE
Complementary color
Monochromatic Colors of #9B22CE
Black with #9B22CE
Text Example
Text Example
White with #9B22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B22CE; }
p { color: rgb(155,34,206); }
H1.HeaderClassName
{
color: #9B22CE;
}
.AnyTagClassName
{
color: #9B22CE;
}
</style>
background-color css
<style>
a { background-color: #9B22CE; }
a { background-color: rgb(155,34,206); }
div.DivClassName
{
background-color: #9B22CE;
}
.BgClassName
{
background-color: #9B22CE;
}
</style>
border-color css
<style>
span { border-color: #9B22CE; }
span { border-color: rgb(155,34,206); }
td.TdClassName
{
border-color: #9B22CE;
}
.TagClassName
{
border-color: #9B22CE;
}
</style>