Shades of Dark Orchid #962CBA
Tints of Dark Orchid #962CBA
RGB
CMYK
RGB Variations
Color information
#962CBA (or 0x962CBA) is known color: Dark Orchid. HEX triplet: 96, 2C and BA. RGB value is (150,44,186). Sum of RGB (Red+Green+Blue) = 150+44+186=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #962CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CBA is #69D345. Grayscale: #5B5B5B. Windows color (decimal): -6935366 or 12201110. OLE color: 12201110.
HSL color Cylindrical-coordinate representation of color #962CBA: hue angle of 284.79º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962CBA is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 44 | 186 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.27 |
| HSL | 284.79º | 0.62% | 0.45% | - |
| HSV(B) | 284.79º | 0.76% | 0.73% | - |
| XYZ | 22.34 | 11.83 | 47.56 | - |
| YUV | 91.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 186 | 0.19 | 0.76 | 0 | 0.27 | 284.79 | 0.62 | 0.45 |
| Hex | 96 | 2C | BA | 13 | 4C | 0 | 1B | 11D | 3E | 2D |
| Octal | 226 | 54 | 272 | 23 | 114 | 0 | 33 | 435 | 76 | 55 |
| Binary | 10010110 | 101100 | 10111010 | 10011 | 1001100 | 0 | 11011 | 100011101 | 111110 | 101101 |
Color Harmonies of #962CBA
Complementary color
Monochromatic Colors of #962CBA
Black with #962CBA
Text Example
Text Example
White with #962CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CBA; }
p { color: rgb(150,44,186); }
H1.HeaderClassName
{
color: #962CBA;
}
.AnyTagClassName
{
color: #962CBA;
}
</style>
background-color css
<style>
a { background-color: #962CBA; }
a { background-color: rgb(150,44,186); }
div.DivClassName
{
background-color: #962CBA;
}
.BgClassName
{
background-color: #962CBA;
}
</style>
border-color css
<style>
span { border-color: #962CBA; }
span { border-color: rgb(150,44,186); }
td.TdClassName
{
border-color: #962CBA;
}
.TagClassName
{
border-color: #962CBA;
}
</style>