Shades of Dark Orchid #9A22B3
Tints of Dark Orchid #9A22B3
RGB
CMYK
RGB Variations
Color information
#9A22B3 (or 0x9A22B3) is known color: Dark Orchid. HEX triplet: 9A, 22 and B3. RGB value is (154,34,179). Sum of RGB (Red+Green+Blue) = 154+34+179=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A22B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A22B3 is #65DD4C. Grayscale: #555555. Windows color (decimal): -6675789 or 11739802. OLE color: 11739802.
HSL color Cylindrical-coordinate representation of color #9A22B3: hue angle of 289.66º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A22B3 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 34 | 179 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.30 |
| HSL | 289.66º | 0.68% | 0.42% | - |
| HSV(B) | 289.66º | 0.81% | 0.7% | - |
| XYZ | 22.04 | 11.27 | 43.66 | - |
| YUV | 86.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 179 | 0.14 | 0.81 | 0 | 0.30 | 289.66 | 0.68 | 0.42 |
| Hex | 9A | 22 | B3 | E | 51 | 0 | 1E | 122 | 44 | 2A |
| Octal | 232 | 42 | 263 | 16 | 121 | 0 | 36 | 442 | 104 | 52 |
| Binary | 10011010 | 100010 | 10110011 | 1110 | 1010001 | 0 | 11110 | 100100010 | 1000100 | 101010 |
Color Harmonies of #9A22B3
Complementary color
Monochromatic Colors of #9A22B3
Black with #9A22B3
Text Example
Text Example
White with #9A22B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A22B3; }
p { color: rgb(154,34,179); }
H1.HeaderClassName
{
color: #9A22B3;
}
.AnyTagClassName
{
color: #9A22B3;
}
</style>
background-color css
<style>
a { background-color: #9A22B3; }
a { background-color: rgb(154,34,179); }
div.DivClassName
{
background-color: #9A22B3;
}
.BgClassName
{
background-color: #9A22B3;
}
</style>
border-color css
<style>
span { border-color: #9A22B3; }
span { border-color: rgb(154,34,179); }
td.TdClassName
{
border-color: #9A22B3;
}
.TagClassName
{
border-color: #9A22B3;
}
</style>