Shades of Dark Orchid #9622BC
Tints of Dark Orchid #9622BC
RGB
CMYK
RGB Variations
Color information
#9622BC (or 0x9622BC) is known color: Dark Orchid. HEX triplet: 96, 22 and BC. RGB value is (150,34,188). Sum of RGB (Red+Green+Blue) = 150+34+188=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #9622BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9622BC is #69DD43. Grayscale: #555555. Windows color (decimal): -6937924 or 12329622. OLE color: 12329622.
HSL color Cylindrical-coordinate representation of color #9622BC: hue angle of 285.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9622BC is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 34 | 188 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.26 |
| HSL | 285.19º | 0.69% | 0.44% | - |
| HSV(B) | 285.19º | 0.82% | 0.74% | - |
| XYZ | 22.23 | 11.26 | 48.58 | - |
| YUV | 86.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 188 | 0.20 | 0.82 | 0 | 0.26 | 285.19 | 0.69 | 0.44 |
| Hex | 96 | 22 | BC | 14 | 52 | 0 | 1A | 11D | 45 | 2C |
| Octal | 226 | 42 | 274 | 24 | 122 | 0 | 32 | 435 | 105 | 54 |
| Binary | 10010110 | 100010 | 10111100 | 10100 | 1010010 | 0 | 11010 | 100011101 | 1000101 | 101100 |
Color Harmonies of #9622BC
Complementary color
Monochromatic Colors of #9622BC
Black with #9622BC
Text Example
Text Example
White with #9622BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9622BC; }
p { color: rgb(150,34,188); }
H1.HeaderClassName
{
color: #9622BC;
}
.AnyTagClassName
{
color: #9622BC;
}
</style>
background-color css
<style>
a { background-color: #9622BC; }
a { background-color: rgb(150,34,188); }
div.DivClassName
{
background-color: #9622BC;
}
.BgClassName
{
background-color: #9622BC;
}
</style>
border-color css
<style>
span { border-color: #9622BC; }
span { border-color: rgb(150,34,188); }
td.TdClassName
{
border-color: #9622BC;
}
.TagClassName
{
border-color: #9622BC;
}
</style>