Shades of Dark Orchid #9622AE
Tints of Dark Orchid #9622AE
RGB
CMYK
RGB Variations
Color information
#9622AE (or 0x9622AE) is known color: Dark Orchid. HEX triplet: 96, 22 and AE. RGB value is (150,34,174). Sum of RGB (Red+Green+Blue) = 150+34+174=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #9622AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9622AE is #69DD51. Grayscale: #545454. Windows color (decimal): -6937938 or 11412118. OLE color: 11412118.
HSL color Cylindrical-coordinate representation of color #9622AE: hue angle of 289.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9622AE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 34 | 174 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.32 |
| HSL | 289.71º | 0.67% | 0.41% | - |
| HSV(B) | 289.71º | 0.8% | 0.68% | - |
| XYZ | 20.79 | 10.68 | 41.01 | - |
| YUV | 84.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 174 | 0.14 | 0.80 | 0 | 0.32 | 289.71 | 0.67 | 0.41 |
| Hex | 96 | 22 | AE | E | 50 | 0 | 20 | 122 | 43 | 29 |
| Octal | 226 | 42 | 256 | 16 | 120 | 0 | 40 | 442 | 103 | 51 |
| Binary | 10010110 | 100010 | 10101110 | 1110 | 1010000 | 0 | 100000 | 100100010 | 1000011 | 101001 |
Color Harmonies of #9622AE
Complementary color
Monochromatic Colors of #9622AE
Black with #9622AE
Text Example
Text Example
White with #9622AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9622AE; }
p { color: rgb(150,34,174); }
H1.HeaderClassName
{
color: #9622AE;
}
.AnyTagClassName
{
color: #9622AE;
}
</style>
background-color css
<style>
a { background-color: #9622AE; }
a { background-color: rgb(150,34,174); }
div.DivClassName
{
background-color: #9622AE;
}
.BgClassName
{
background-color: #9622AE;
}
</style>
border-color css
<style>
span { border-color: #9622AE; }
span { border-color: rgb(150,34,174); }
td.TdClassName
{
border-color: #9622AE;
}
.TagClassName
{
border-color: #9622AE;
}
</style>