Shades of Dark Orchid #961ECE
Tints of Dark Orchid #961ECE
RGB
CMYK
RGB Variations
Color information
#961ECE (or 0x961ECE) is known color: Dark Orchid. HEX triplet: 96, 1E and CE. RGB value is (150,30,206). Sum of RGB (Red+Green+Blue) = 150+30+206=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #961ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ECE is #69E131. Grayscale: #555555. Windows color (decimal): -6938930 or 13508246. OLE color: 13508246.
HSL color Cylindrical-coordinate representation of color #961ECE: hue angle of 280.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961ECE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 30 | 206 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.19 |
| HSL | 280.91º | 0.75% | 0.46% | - |
| HSV(B) | 280.91º | 0.85% | 0.81% | - |
| XYZ | 24.18 | 11.87 | 59.41 | - |
| YUV | 85.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 206 | 0.27 | 0.85 | 0 | 0.19 | 280.91 | 0.75 | 0.46 |
| Hex | 96 | 1E | CE | 1B | 55 | 0 | 13 | 119 | 4B | 2E |
| Octal | 226 | 36 | 316 | 33 | 125 | 0 | 23 | 431 | 113 | 56 |
| Binary | 10010110 | 11110 | 11001110 | 11011 | 1010101 | 0 | 10011 | 100011001 | 1001011 | 101110 |
Color Harmonies of #961ECE
Complementary color
Monochromatic Colors of #961ECE
Black with #961ECE
Text Example
Text Example
White with #961ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961ECE; }
p { color: rgb(150,30,206); }
H1.HeaderClassName
{
color: #961ECE;
}
.AnyTagClassName
{
color: #961ECE;
}
</style>
background-color css
<style>
a { background-color: #961ECE; }
a { background-color: rgb(150,30,206); }
div.DivClassName
{
background-color: #961ECE;
}
.BgClassName
{
background-color: #961ECE;
}
</style>
border-color css
<style>
span { border-color: #961ECE; }
span { border-color: rgb(150,30,206); }
td.TdClassName
{
border-color: #961ECE;
}
.TagClassName
{
border-color: #961ECE;
}
</style>