Shades of Dark Orchid #962DD3
Tints of Dark Orchid #962DD3
RGB
CMYK
RGB Variations
Color information
#962DD3 (or 0x962DD3) is known color: Dark Orchid. HEX triplet: 96, 2D and D3. RGB value is (150,45,211). Sum of RGB (Red+Green+Blue) = 150+45+211=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #962DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DD3 is #69D22C. Grayscale: #5E5E5E. Windows color (decimal): -6935085 or 13839766. OLE color: 13839766.
HSL color Cylindrical-coordinate representation of color #962DD3: hue angle of 277.95º 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 #962DD3 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 45 | 211 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.17 |
| HSL | 277.95º | 0.65% | 0.5% | - |
| HSV(B) | 277.95º | 0.79% | 0.83% | - |
| XYZ | 25.27 | 13.06 | 62.82 | - |
| YUV | 95.32 | 193.29 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 211 | 0.29 | 0.79 | 0 | 0.17 | 277.95 | 0.65 | 0.5 |
| Hex | 96 | 2D | D3 | 1D | 4F | 0 | 11 | 116 | 41 | 32 |
| Octal | 226 | 55 | 323 | 35 | 117 | 0 | 21 | 426 | 101 | 62 |
| Binary | 10010110 | 101101 | 11010011 | 11101 | 1001111 | 0 | 10001 | 100010110 | 1000001 | 110010 |
Color Harmonies of #962DD3
Complementary color
Monochromatic Colors of #962DD3
Black with #962DD3
Text Example
Text Example
White with #962DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DD3; }
p { color: rgb(150,45,211); }
H1.HeaderClassName
{
color: #962DD3;
}
.AnyTagClassName
{
color: #962DD3;
}
</style>
background-color css
<style>
a { background-color: #962DD3; }
a { background-color: rgb(150,45,211); }
div.DivClassName
{
background-color: #962DD3;
}
.BgClassName
{
background-color: #962DD3;
}
</style>
border-color css
<style>
span { border-color: #962DD3; }
span { border-color: rgb(150,45,211); }
td.TdClassName
{
border-color: #962DD3;
}
.TagClassName
{
border-color: #962DD3;
}
</style>