Shades of Dark Orchid #9624CA
Tints of Dark Orchid #9624CA
RGB
CMYK
RGB Variations
Color information
#9624CA (or 0x9624CA) is known color: Dark Orchid. HEX triplet: 96, 24 and CA. RGB value is (150,36,202). Sum of RGB (Red+Green+Blue) = 150+36+202=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #9624CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9624CA is #69DB35. Grayscale: #585858. Windows color (decimal): -6937398 or 13247638. OLE color: 13247638.
HSL color Cylindrical-coordinate representation of color #9624CA: hue angle of 281.2º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9624CA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 36 | 202 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.21 |
| HSL | 281.2º | 0.7% | 0.47% | - |
| HSV(B) | 281.2º | 0.82% | 0.79% | - |
| XYZ | 23.87 | 12.01 | 56.94 | - |
| YUV | 89.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 202 | 0.26 | 0.82 | 0 | 0.21 | 281.2 | 0.7 | 0.47 |
| Hex | 96 | 24 | CA | 1A | 52 | 0 | 15 | 119 | 46 | 2F |
| Octal | 226 | 44 | 312 | 32 | 122 | 0 | 25 | 431 | 106 | 57 |
| Binary | 10010110 | 100100 | 11001010 | 11010 | 1010010 | 0 | 10101 | 100011001 | 1000110 | 101111 |
Color Harmonies of #9624CA
Complementary color
Monochromatic Colors of #9624CA
Black with #9624CA
Text Example
Text Example
White with #9624CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9624CA; }
p { color: rgb(150,36,202); }
H1.HeaderClassName
{
color: #9624CA;
}
.AnyTagClassName
{
color: #9624CA;
}
</style>
background-color css
<style>
a { background-color: #9624CA; }
a { background-color: rgb(150,36,202); }
div.DivClassName
{
background-color: #9624CA;
}
.BgClassName
{
background-color: #9624CA;
}
</style>
border-color css
<style>
span { border-color: #9624CA; }
span { border-color: rgb(150,36,202); }
td.TdClassName
{
border-color: #9624CA;
}
.TagClassName
{
border-color: #9624CA;
}
</style>