Shades of Dark Orchid #962CB9
Tints of Dark Orchid #962CB9
RGB
CMYK
RGB Variations
Color information
#962CB9 (or 0x962CB9) is known color: Dark Orchid. HEX triplet: 96, 2C and B9. RGB value is (150,44,185). Sum of RGB (Red+Green+Blue) = 150+44+185=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #962CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CB9 is #69D346. Grayscale: #5B5B5B. Windows color (decimal): -6935367 or 12135574. OLE color: 12135574.
HSL color Cylindrical-coordinate representation of color #962CB9: hue angle of 285.11º 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 #962CB9 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 44 | 185 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.27 |
| HSL | 285.11º | 0.62% | 0.45% | - |
| HSV(B) | 285.11º | 0.76% | 0.73% | - |
| XYZ | 22.24 | 11.79 | 47 | - |
| YUV | 91.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 185 | 0.19 | 0.76 | 0 | 0.27 | 285.11 | 0.62 | 0.45 |
| Hex | 96 | 2C | B9 | 13 | 4C | 0 | 1B | 11D | 3E | 2D |
| Octal | 226 | 54 | 271 | 23 | 114 | 0 | 33 | 435 | 76 | 55 |
| Binary | 10010110 | 101100 | 10111001 | 10011 | 1001100 | 0 | 11011 | 100011101 | 111110 | 101101 |
Color Harmonies of #962CB9
Complementary color
Monochromatic Colors of #962CB9
Black with #962CB9
Text Example
Text Example
White with #962CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CB9; }
p { color: rgb(150,44,185); }
H1.HeaderClassName
{
color: #962CB9;
}
.AnyTagClassName
{
color: #962CB9;
}
</style>
background-color css
<style>
a { background-color: #962CB9; }
a { background-color: rgb(150,44,185); }
div.DivClassName
{
background-color: #962CB9;
}
.BgClassName
{
background-color: #962CB9;
}
</style>
border-color css
<style>
span { border-color: #962CB9; }
span { border-color: rgb(150,44,185); }
td.TdClassName
{
border-color: #962CB9;
}
.TagClassName
{
border-color: #962CB9;
}
</style>