Shades of Dark Orchid #962CD3
Tints of Dark Orchid #962CD3
RGB
CMYK
RGB Variations
Color information
#962CD3 (or 0x962CD3) is known color: Dark Orchid. HEX triplet: 96, 2C and D3. RGB value is (150,44,211). Sum of RGB (Red+Green+Blue) = 150+44+211=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #962CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CD3 is #69D32C. Grayscale: #5E5E5E. Windows color (decimal): -6935341 or 13839510. OLE color: 13839510.
HSL color Cylindrical-coordinate representation of color #962CD3: hue angle of 278.08º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962CD3 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 44 | 211 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.17 |
| HSL | 278.08º | 0.65% | 0.5% | - |
| HSV(B) | 278.08º | 0.79% | 0.83% | - |
| XYZ | 25.24 | 12.99 | 62.8 | - |
| YUV | 94.73 | 193.62 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 211 | 0.29 | 0.79 | 0 | 0.17 | 278.08 | 0.65 | 0.5 |
| Hex | 96 | 2C | D3 | 1D | 4F | 0 | 11 | 116 | 41 | 32 |
| Octal | 226 | 54 | 323 | 35 | 117 | 0 | 21 | 426 | 101 | 62 |
| Binary | 10010110 | 101100 | 11010011 | 11101 | 1001111 | 0 | 10001 | 100010110 | 1000001 | 110010 |
Color Harmonies of #962CD3
Complementary color
Monochromatic Colors of #962CD3
Black with #962CD3
Text Example
Text Example
White with #962CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CD3; }
p { color: rgb(150,44,211); }
H1.HeaderClassName
{
color: #962CD3;
}
.AnyTagClassName
{
color: #962CD3;
}
</style>
background-color css
<style>
a { background-color: #962CD3; }
a { background-color: rgb(150,44,211); }
div.DivClassName
{
background-color: #962CD3;
}
.BgClassName
{
background-color: #962CD3;
}
</style>
border-color css
<style>
span { border-color: #962CD3; }
span { border-color: rgb(150,44,211); }
td.TdClassName
{
border-color: #962CD3;
}
.TagClassName
{
border-color: #962CD3;
}
</style>