Shades of Dark Orchid #9422CE
Tints of Dark Orchid #9422CE
RGB
CMYK
RGB Variations
Color information
#9422CE (or 0x9422CE) is known color: Dark Orchid. HEX triplet: 94, 22 and CE. RGB value is (148,34,206). Sum of RGB (Red+Green+Blue) = 148+34+206=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #9422CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9422CE is #6BDD31. Grayscale: #575757. Windows color (decimal): -7068978 or 13509268. OLE color: 13509268.
HSL color Cylindrical-coordinate representation of color #9422CE: hue angle of 279.77º 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 #9422CE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 34 | 206 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.19 |
| HSL | 279.77º | 0.72% | 0.47% | - |
| HSV(B) | 279.77º | 0.83% | 0.81% | - |
| XYZ | 23.93 | 11.9 | 59.43 | - |
| YUV | 87.69 | 194.77 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 206 | 0.28 | 0.83 | 0 | 0.19 | 279.77 | 0.72 | 0.47 |
| Hex | 94 | 22 | CE | 1C | 53 | 0 | 13 | 118 | 48 | 2F |
| Octal | 224 | 42 | 316 | 34 | 123 | 0 | 23 | 430 | 110 | 57 |
| Binary | 10010100 | 100010 | 11001110 | 11100 | 1010011 | 0 | 10011 | 100011000 | 1001000 | 101111 |
Color Harmonies of #9422CE
Complementary color
Monochromatic Colors of #9422CE
Black with #9422CE
Text Example
Text Example
White with #9422CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9422CE; }
p { color: rgb(148,34,206); }
H1.HeaderClassName
{
color: #9422CE;
}
.AnyTagClassName
{
color: #9422CE;
}
</style>
background-color css
<style>
a { background-color: #9422CE; }
a { background-color: rgb(148,34,206); }
div.DivClassName
{
background-color: #9422CE;
}
.BgClassName
{
background-color: #9422CE;
}
</style>
border-color css
<style>
span { border-color: #9422CE; }
span { border-color: rgb(148,34,206); }
td.TdClassName
{
border-color: #9422CE;
}
.TagClassName
{
border-color: #9422CE;
}
</style>