Shades of Dark Orchid #962DCA
Tints of Dark Orchid #962DCA
RGB
CMYK
RGB Variations
Color information
#962DCA (or 0x962DCA) is known color: Dark Orchid. HEX triplet: 96, 2D and CA. RGB value is (150,45,202). Sum of RGB (Red+Green+Blue) = 150+45+202=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #962DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DCA is #69D235. Grayscale: #5D5D5D. Windows color (decimal): -6935094 or 13249942. OLE color: 13249942.
HSL color Cylindrical-coordinate representation of color #962DCA: hue angle of 280.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962DCA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 45 | 202 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.21 |
| HSL | 280.13º | 0.64% | 0.48% | - |
| HSV(B) | 280.13º | 0.78% | 0.79% | - |
| XYZ | 24.18 | 12.63 | 57.04 | - |
| YUV | 94.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 202 | 0.26 | 0.78 | 0 | 0.21 | 280.13 | 0.64 | 0.48 |
| Hex | 96 | 2D | CA | 1A | 4E | 0 | 15 | 118 | 40 | 30 |
| Octal | 226 | 55 | 312 | 32 | 116 | 0 | 25 | 430 | 100 | 60 |
| Binary | 10010110 | 101101 | 11001010 | 11010 | 1001110 | 0 | 10101 | 100011000 | 1000000 | 110000 |
Color Harmonies of #962DCA
Complementary color
Monochromatic Colors of #962DCA
Black with #962DCA
Text Example
Text Example
White with #962DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DCA; }
p { color: rgb(150,45,202); }
H1.HeaderClassName
{
color: #962DCA;
}
.AnyTagClassName
{
color: #962DCA;
}
</style>
background-color css
<style>
a { background-color: #962DCA; }
a { background-color: rgb(150,45,202); }
div.DivClassName
{
background-color: #962DCA;
}
.BgClassName
{
background-color: #962DCA;
}
</style>
border-color css
<style>
span { border-color: #962DCA; }
span { border-color: rgb(150,45,202); }
td.TdClassName
{
border-color: #962DCA;
}
.TagClassName
{
border-color: #962DCA;
}
</style>