Shades of Dark Orchid #962ECE
Tints of Dark Orchid #962ECE
RGB
CMYK
RGB Variations
Color information
#962ECE (or 0x962ECE) is known color: Dark Orchid. HEX triplet: 96, 2E and CE. RGB value is (150,46,206). Sum of RGB (Red+Green+Blue) = 150+46+206=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #962ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ECE is #69D131. Grayscale: #5E5E5E. Windows color (decimal): -6934834 or 13512342. OLE color: 13512342.
HSL color Cylindrical-coordinate representation of color #962ECE: hue angle of 279º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962ECE is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 46 | 206 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.19 |
| HSL | 279º | 0.63% | 0.49% | - |
| HSV(B) | 279º | 0.78% | 0.81% | - |
| XYZ | 24.7 | 12.89 | 59.58 | - |
| YUV | 95.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 206 | 0.27 | 0.78 | 0 | 0.19 | 279 | 0.63 | 0.49 |
| Hex | 96 | 2E | CE | 1B | 4E | 0 | 13 | 117 | 3F | 31 |
| Octal | 226 | 56 | 316 | 33 | 116 | 0 | 23 | 427 | 77 | 61 |
| Binary | 10010110 | 101110 | 11001110 | 11011 | 1001110 | 0 | 10011 | 100010111 | 111111 | 110001 |
Color Harmonies of #962ECE
Complementary color
Monochromatic Colors of #962ECE
Black with #962ECE
Text Example
Text Example
White with #962ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962ECE; }
p { color: rgb(150,46,206); }
H1.HeaderClassName
{
color: #962ECE;
}
.AnyTagClassName
{
color: #962ECE;
}
</style>
background-color css
<style>
a { background-color: #962ECE; }
a { background-color: rgb(150,46,206); }
div.DivClassName
{
background-color: #962ECE;
}
.BgClassName
{
background-color: #962ECE;
}
</style>
border-color css
<style>
span { border-color: #962ECE; }
span { border-color: rgb(150,46,206); }
td.TdClassName
{
border-color: #962ECE;
}
.TagClassName
{
border-color: #962ECE;
}
</style>