Shades of Dark Orchid #9622B4
Tints of Dark Orchid #9622B4
RGB
CMYK
RGB Variations
Color information
#9622B4 (or 0x9622B4) is known color: Dark Orchid. HEX triplet: 96, 22 and B4. RGB value is (150,34,180). Sum of RGB (Red+Green+Blue) = 150+34+180=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #9622B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9622B4 is #69DD4B. Grayscale: #545454. Windows color (decimal): -6937932 or 11805334. OLE color: 11805334.
HSL color Cylindrical-coordinate representation of color #9622B4: hue angle of 287.67º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9622B4 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 34 | 180 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.29 |
| HSL | 287.67º | 0.68% | 0.42% | - |
| HSV(B) | 287.67º | 0.81% | 0.71% | - |
| XYZ | 21.39 | 10.92 | 44.16 | - |
| YUV | 85.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 180 | 0.17 | 0.81 | 0 | 0.29 | 287.67 | 0.68 | 0.42 |
| Hex | 96 | 22 | B4 | 11 | 51 | 0 | 1D | 120 | 44 | 2A |
| Octal | 226 | 42 | 264 | 21 | 121 | 0 | 35 | 440 | 104 | 52 |
| Binary | 10010110 | 100010 | 10110100 | 10001 | 1010001 | 0 | 11101 | 100100000 | 1000100 | 101010 |
Color Harmonies of #9622B4
Complementary color
Monochromatic Colors of #9622B4
Black with #9622B4
Text Example
Text Example
White with #9622B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9622B4; }
p { color: rgb(150,34,180); }
H1.HeaderClassName
{
color: #9622B4;
}
.AnyTagClassName
{
color: #9622B4;
}
</style>
background-color css
<style>
a { background-color: #9622B4; }
a { background-color: rgb(150,34,180); }
div.DivClassName
{
background-color: #9622B4;
}
.BgClassName
{
background-color: #9622B4;
}
</style>
border-color css
<style>
span { border-color: #9622B4; }
span { border-color: rgb(150,34,180); }
td.TdClassName
{
border-color: #9622B4;
}
.TagClassName
{
border-color: #9622B4;
}
</style>