Shades of Dark Orchid #961EBA
Tints of Dark Orchid #961EBA
RGB
CMYK
RGB Variations
Color information
#961EBA (or 0x961EBA) is known color: Dark Orchid. HEX triplet: 96, 1E and BA. RGB value is (150,30,186). Sum of RGB (Red+Green+Blue) = 150+30+186=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #961EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EBA is #69E145. Grayscale: #535353. Windows color (decimal): -6938950 or 12197526. OLE color: 12197526.
HSL color Cylindrical-coordinate representation of color #961EBA: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961EBA is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 30 | 186 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.27 |
| HSL | 286.15º | 0.72% | 0.42% | - |
| HSV(B) | 286.15º | 0.84% | 0.73% | - |
| XYZ | 21.9 | 10.96 | 47.41 | - |
| YUV | 83.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 186 | 0.19 | 0.84 | 0 | 0.27 | 286.15 | 0.72 | 0.42 |
| Hex | 96 | 1E | BA | 13 | 54 | 0 | 1B | 11E | 48 | 2A |
| Octal | 226 | 36 | 272 | 23 | 124 | 0 | 33 | 436 | 110 | 52 |
| Binary | 10010110 | 11110 | 10111010 | 10011 | 1010100 | 0 | 11011 | 100011110 | 1001000 | 101010 |
Color Harmonies of #961EBA
Complementary color
Monochromatic Colors of #961EBA
Black with #961EBA
Text Example
Text Example
White with #961EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961EBA; }
p { color: rgb(150,30,186); }
H1.HeaderClassName
{
color: #961EBA;
}
.AnyTagClassName
{
color: #961EBA;
}
</style>
background-color css
<style>
a { background-color: #961EBA; }
a { background-color: rgb(150,30,186); }
div.DivClassName
{
background-color: #961EBA;
}
.BgClassName
{
background-color: #961EBA;
}
</style>
border-color css
<style>
span { border-color: #961EBA; }
span { border-color: rgb(150,30,186); }
td.TdClassName
{
border-color: #961EBA;
}
.TagClassName
{
border-color: #961EBA;
}
</style>