Shades of Dark Orchid #9620CA
Tints of Dark Orchid #9620CA
RGB
CMYK
RGB Variations
Color information
#9620CA (or 0x9620CA) is known color: Dark Orchid. HEX triplet: 96, 20 and CA. RGB value is (150,32,202). Sum of RGB (Red+Green+Blue) = 150+32+202=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #9620CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9620CA is #69DF35. Grayscale: #565656. Windows color (decimal): -6938422 or 13246614. OLE color: 13246614.
HSL color Cylindrical-coordinate representation of color #9620CA: hue angle of 281.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9620CA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 32 | 202 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.21 |
| HSL | 281.65º | 0.73% | 0.46% | - |
| HSV(B) | 281.65º | 0.84% | 0.79% | - |
| XYZ | 23.75 | 11.78 | 56.9 | - |
| YUV | 86.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 202 | 0.26 | 0.84 | 0 | 0.21 | 281.65 | 0.73 | 0.46 |
| Hex | 96 | 20 | CA | 1A | 54 | 0 | 15 | 11A | 49 | 2E |
| Octal | 226 | 40 | 312 | 32 | 124 | 0 | 25 | 432 | 111 | 56 |
| Binary | 10010110 | 100000 | 11001010 | 11010 | 1010100 | 0 | 10101 | 100011010 | 1001001 | 101110 |
Color Harmonies of #9620CA
Complementary color
Monochromatic Colors of #9620CA
Black with #9620CA
Text Example
Text Example
White with #9620CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9620CA; }
p { color: rgb(150,32,202); }
H1.HeaderClassName
{
color: #9620CA;
}
.AnyTagClassName
{
color: #9620CA;
}
</style>
background-color css
<style>
a { background-color: #9620CA; }
a { background-color: rgb(150,32,202); }
div.DivClassName
{
background-color: #9620CA;
}
.BgClassName
{
background-color: #9620CA;
}
</style>
border-color css
<style>
span { border-color: #9620CA; }
span { border-color: rgb(150,32,202); }
td.TdClassName
{
border-color: #9620CA;
}
.TagClassName
{
border-color: #9620CA;
}
</style>