Shades of Dark Orchid #9622BA
Tints of Dark Orchid #9622BA
RGB
CMYK
RGB Variations
Color information
#9622BA (or 0x9622BA) is known color: Dark Orchid. HEX triplet: 96, 22 and BA. RGB value is (150,34,186). Sum of RGB (Red+Green+Blue) = 150+34+186=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #9622BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9622BA is #69DD45. Grayscale: #555555. Windows color (decimal): -6937926 or 12198550. OLE color: 12198550.
HSL color Cylindrical-coordinate representation of color #9622BA: hue angle of 285.79º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9622BA is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 34 | 186 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.27 |
| HSL | 285.79º | 0.69% | 0.43% | - |
| HSV(B) | 285.79º | 0.82% | 0.73% | - |
| XYZ | 22.01 | 11.17 | 47.45 | - |
| YUV | 86.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 186 | 0.19 | 0.82 | 0 | 0.27 | 285.79 | 0.69 | 0.43 |
| Hex | 96 | 22 | BA | 13 | 52 | 0 | 1B | 11E | 45 | 2B |
| Octal | 226 | 42 | 272 | 23 | 122 | 0 | 33 | 436 | 105 | 53 |
| Binary | 10010110 | 100010 | 10111010 | 10011 | 1010010 | 0 | 11011 | 100011110 | 1000101 | 101011 |
Color Harmonies of #9622BA
Complementary color
Monochromatic Colors of #9622BA
Black with #9622BA
Text Example
Text Example
White with #9622BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9622BA; }
p { color: rgb(150,34,186); }
H1.HeaderClassName
{
color: #9622BA;
}
.AnyTagClassName
{
color: #9622BA;
}
</style>
background-color css
<style>
a { background-color: #9622BA; }
a { background-color: rgb(150,34,186); }
div.DivClassName
{
background-color: #9622BA;
}
.BgClassName
{
background-color: #9622BA;
}
</style>
border-color css
<style>
span { border-color: #9622BA; }
span { border-color: rgb(150,34,186); }
td.TdClassName
{
border-color: #9622BA;
}
.TagClassName
{
border-color: #9622BA;
}
</style>