Shades of Dark Orchid #962DD4
Tints of Dark Orchid #962DD4
RGB
CMYK
RGB Variations
Color information
#962DD4 (or 0x962DD4) is known color: Dark Orchid. HEX triplet: 96, 2D and D4. RGB value is (150,45,212). Sum of RGB (Red+Green+Blue) = 150+45+212=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #962DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DD4 is #69D22B. Grayscale: #5E5E5E. Windows color (decimal): -6935084 or 13905302. OLE color: 13905302.
HSL color Cylindrical-coordinate representation of color #962DD4: hue angle of 277.72º degrees, saturation: 0.66, 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 #962DD4 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 45 | 212 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.17 |
| HSL | 277.72º | 0.66% | 0.5% | - |
| HSV(B) | 277.72º | 0.79% | 0.83% | - |
| XYZ | 25.4 | 13.11 | 63.48 | - |
| YUV | 95.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 212 | 0.29 | 0.79 | 0 | 0.17 | 277.72 | 0.66 | 0.5 |
| Hex | 96 | 2D | D4 | 1D | 4F | 0 | 11 | 116 | 42 | 32 |
| Octal | 226 | 55 | 324 | 35 | 117 | 0 | 21 | 426 | 102 | 62 |
| Binary | 10010110 | 101101 | 11010100 | 11101 | 1001111 | 0 | 10001 | 100010110 | 1000010 | 110010 |
Color Harmonies of #962DD4
Complementary color
Monochromatic Colors of #962DD4
Black with #962DD4
Text Example
Text Example
White with #962DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DD4; }
p { color: rgb(150,45,212); }
H1.HeaderClassName
{
color: #962DD4;
}
.AnyTagClassName
{
color: #962DD4;
}
</style>
background-color css
<style>
a { background-color: #962DD4; }
a { background-color: rgb(150,45,212); }
div.DivClassName
{
background-color: #962DD4;
}
.BgClassName
{
background-color: #962DD4;
}
</style>
border-color css
<style>
span { border-color: #962DD4; }
span { border-color: rgb(150,45,212); }
td.TdClassName
{
border-color: #962DD4;
}
.TagClassName
{
border-color: #962DD4;
}
</style>