Shades of Dark Orchid #9622CA
Tints of Dark Orchid #9622CA
RGB
CMYK
RGB Variations
Color information
#9622CA (or 0x9622CA) is known color: Dark Orchid. HEX triplet: 96, 22 and CA. RGB value is (150,34,202). Sum of RGB (Red+Green+Blue) = 150+34+202=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #9622CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9622CA is #69DD35. Grayscale: #575757. Windows color (decimal): -6937910 or 13247126. OLE color: 13247126.
HSL color Cylindrical-coordinate representation of color #9622CA: hue angle of 281.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9622CA is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 34 | 202 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.21 |
| HSL | 281.43º | 0.71% | 0.46% | - |
| HSV(B) | 281.43º | 0.83% | 0.79% | - |
| XYZ | 23.81 | 11.89 | 56.92 | - |
| YUV | 87.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 202 | 0.26 | 0.83 | 0 | 0.21 | 281.43 | 0.71 | 0.46 |
| Hex | 96 | 22 | CA | 1A | 53 | 0 | 15 | 119 | 47 | 2E |
| Octal | 226 | 42 | 312 | 32 | 123 | 0 | 25 | 431 | 107 | 56 |
| Binary | 10010110 | 100010 | 11001010 | 11010 | 1010011 | 0 | 10101 | 100011001 | 1000111 | 101110 |
Color Harmonies of #9622CA
Complementary color
Monochromatic Colors of #9622CA
Black with #9622CA
Text Example
Text Example
White with #9622CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9622CA; }
p { color: rgb(150,34,202); }
H1.HeaderClassName
{
color: #9622CA;
}
.AnyTagClassName
{
color: #9622CA;
}
</style>
background-color css
<style>
a { background-color: #9622CA; }
a { background-color: rgb(150,34,202); }
div.DivClassName
{
background-color: #9622CA;
}
.BgClassName
{
background-color: #9622CA;
}
</style>
border-color css
<style>
span { border-color: #9622CA; }
span { border-color: rgb(150,34,202); }
td.TdClassName
{
border-color: #9622CA;
}
.TagClassName
{
border-color: #9622CA;
}
</style>