Shades of Dark Orchid #961CBE
Tints of Dark Orchid #961CBE
RGB
CMYK
RGB Variations
Color information
#961CBE (or 0x961CBE) is known color: Dark Orchid. HEX triplet: 96, 1C and BE. RGB value is (150,28,190). Sum of RGB (Red+Green+Blue) = 150+28+190=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #961CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CBE is #69E341. Grayscale: #525252. Windows color (decimal): -6939458 or 12459158. OLE color: 12459158.
HSL color Cylindrical-coordinate representation of color #961CBE: hue angle of 285.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961CBE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 28 | 190 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.25 |
| HSL | 285.19º | 0.74% | 0.43% | - |
| HSV(B) | 285.19º | 0.85% | 0.75% | - |
| XYZ | 22.29 | 11.03 | 49.67 | - |
| YUV | 82.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 28 | 190 | 0.21 | 0.85 | 0 | 0.25 | 285.19 | 0.74 | 0.43 |
| Hex | 96 | 1C | BE | 15 | 55 | 0 | 19 | 11D | 4A | 2B |
| Octal | 226 | 34 | 276 | 25 | 125 | 0 | 31 | 435 | 112 | 53 |
| Binary | 10010110 | 11100 | 10111110 | 10101 | 1010101 | 0 | 11001 | 100011101 | 1001010 | 101011 |
Color Harmonies of #961CBE
Complementary color
Monochromatic Colors of #961CBE
Black with #961CBE
Text Example
Text Example
White with #961CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961CBE; }
p { color: rgb(150,28,190); }
H1.HeaderClassName
{
color: #961CBE;
}
.AnyTagClassName
{
color: #961CBE;
}
</style>
background-color css
<style>
a { background-color: #961CBE; }
a { background-color: rgb(150,28,190); }
div.DivClassName
{
background-color: #961CBE;
}
.BgClassName
{
background-color: #961CBE;
}
</style>
border-color css
<style>
span { border-color: #961CBE; }
span { border-color: rgb(150,28,190); }
td.TdClassName
{
border-color: #961CBE;
}
.TagClassName
{
border-color: #961CBE;
}
</style>