Shades of Dark Orchid #962DB6
Tints of Dark Orchid #962DB6
RGB
CMYK
RGB Variations
Color information
#962DB6 (or 0x962DB6) is known color: Dark Orchid. HEX triplet: 96, 2D and B6. RGB value is (150,45,182). Sum of RGB (Red+Green+Blue) = 150+45+182=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #962DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DB6 is #69D249. Grayscale: #5B5B5B. Windows color (decimal): -6935114 or 11939222. OLE color: 11939222.
HSL color Cylindrical-coordinate representation of color #962DB6: hue angle of 285.99º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962DB6 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 45 | 182 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.29 |
| HSL | 285.99º | 0.6% | 0.45% | - |
| HSV(B) | 285.99º | 0.75% | 0.71% | - |
| XYZ | 21.96 | 11.74 | 45.36 | - |
| YUV | 92.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 182 | 0.18 | 0.75 | 0 | 0.29 | 285.99 | 0.6 | 0.45 |
| Hex | 96 | 2D | B6 | 12 | 4B | 0 | 1D | 11E | 3C | 2D |
| Octal | 226 | 55 | 266 | 22 | 113 | 0 | 35 | 436 | 74 | 55 |
| Binary | 10010110 | 101101 | 10110110 | 10010 | 1001011 | 0 | 11101 | 100011110 | 111100 | 101101 |
Color Harmonies of #962DB6
Complementary color
Monochromatic Colors of #962DB6
Black with #962DB6
Text Example
Text Example
White with #962DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DB6; }
p { color: rgb(150,45,182); }
H1.HeaderClassName
{
color: #962DB6;
}
.AnyTagClassName
{
color: #962DB6;
}
</style>
background-color css
<style>
a { background-color: #962DB6; }
a { background-color: rgb(150,45,182); }
div.DivClassName
{
background-color: #962DB6;
}
.BgClassName
{
background-color: #962DB6;
}
</style>
border-color css
<style>
span { border-color: #962DB6; }
span { border-color: rgb(150,45,182); }
td.TdClassName
{
border-color: #962DB6;
}
.TagClassName
{
border-color: #962DB6;
}
</style>