Shades of Dark Orchid #962BB6
Tints of Dark Orchid #962BB6
RGB
CMYK
RGB Variations
Color information
#962BB6 (or 0x962BB6) is known color: Dark Orchid. HEX triplet: 96, 2B and B6. RGB value is (150,43,182). Sum of RGB (Red+Green+Blue) = 150+43+182=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #962BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BB6 is #69D449. Grayscale: #5A5A5A. Windows color (decimal): -6935626 or 11938710. OLE color: 11938710.
HSL color Cylindrical-coordinate representation of color #962BB6: hue angle of 286.19º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962BB6 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 43 | 182 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.29 |
| HSL | 286.19º | 0.62% | 0.44% | - |
| HSV(B) | 286.19º | 0.76% | 0.71% | - |
| XYZ | 21.89 | 11.59 | 45.34 | - |
| YUV | 90.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 182 | 0.18 | 0.76 | 0 | 0.29 | 286.19 | 0.62 | 0.44 |
| Hex | 96 | 2B | B6 | 12 | 4C | 0 | 1D | 11E | 3E | 2C |
| Octal | 226 | 53 | 266 | 22 | 114 | 0 | 35 | 436 | 76 | 54 |
| Binary | 10010110 | 101011 | 10110110 | 10010 | 1001100 | 0 | 11101 | 100011110 | 111110 | 101100 |
Color Harmonies of #962BB6
Complementary color
Monochromatic Colors of #962BB6
Black with #962BB6
Text Example
Text Example
White with #962BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BB6; }
p { color: rgb(150,43,182); }
H1.HeaderClassName
{
color: #962BB6;
}
.AnyTagClassName
{
color: #962BB6;
}
</style>
background-color css
<style>
a { background-color: #962BB6; }
a { background-color: rgb(150,43,182); }
div.DivClassName
{
background-color: #962BB6;
}
.BgClassName
{
background-color: #962BB6;
}
</style>
border-color css
<style>
span { border-color: #962BB6; }
span { border-color: rgb(150,43,182); }
td.TdClassName
{
border-color: #962BB6;
}
.TagClassName
{
border-color: #962BB6;
}
</style>