Shades of Dark Orchid #961EBE
Tints of Dark Orchid #961EBE
RGB
CMYK
RGB Variations
Color information
#961EBE (or 0x961EBE) is known color: Dark Orchid. HEX triplet: 96, 1E and BE. RGB value is (150,30,190). Sum of RGB (Red+Green+Blue) = 150+30+190=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #961EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EBE is #69E141. Grayscale: #535353. Windows color (decimal): -6938946 or 12459670. OLE color: 12459670.
HSL color Cylindrical-coordinate representation of color #961EBE: hue angle of 285º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961EBE is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 30 | 190 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.25 |
| HSL | 285º | 0.73% | 0.43% | - |
| HSV(B) | 285º | 0.84% | 0.75% | - |
| XYZ | 22.34 | 11.13 | 49.69 | - |
| YUV | 84.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 190 | 0.21 | 0.84 | 0 | 0.25 | 285 | 0.73 | 0.43 |
| Hex | 96 | 1E | BE | 15 | 54 | 0 | 19 | 11D | 49 | 2B |
| Octal | 226 | 36 | 276 | 25 | 124 | 0 | 31 | 435 | 111 | 53 |
| Binary | 10010110 | 11110 | 10111110 | 10101 | 1010100 | 0 | 11001 | 100011101 | 1001001 | 101011 |
Color Harmonies of #961EBE
Complementary color
Monochromatic Colors of #961EBE
Black with #961EBE
Text Example
Text Example
White with #961EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961EBE; }
p { color: rgb(150,30,190); }
H1.HeaderClassName
{
color: #961EBE;
}
.AnyTagClassName
{
color: #961EBE;
}
</style>
background-color css
<style>
a { background-color: #961EBE; }
a { background-color: rgb(150,30,190); }
div.DivClassName
{
background-color: #961EBE;
}
.BgClassName
{
background-color: #961EBE;
}
</style>
border-color css
<style>
span { border-color: #961EBE; }
span { border-color: rgb(150,30,190); }
td.TdClassName
{
border-color: #961EBE;
}
.TagClassName
{
border-color: #961EBE;
}
</style>