Shades of Dark Orchid #961ED6
Tints of Dark Orchid #961ED6
RGB
CMYK
RGB Variations
Color information
#961ED6 (or 0x961ED6) is known color: Dark Orchid. HEX triplet: 96, 1E and D6. RGB value is (150,30,214). Sum of RGB (Red+Green+Blue) = 150+30+214=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #961ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ED6 is #69E129. Grayscale: #565656. Windows color (decimal): -6938922 or 14032534. OLE color: 14032534.
HSL color Cylindrical-coordinate representation of color #961ED6: hue angle of 279.13º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961ED6 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 30 | 214 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.16 |
| HSL | 279.13º | 0.75% | 0.48% | - |
| HSV(B) | 279.13º | 0.86% | 0.84% | - |
| XYZ | 25.18 | 12.27 | 64.66 | - |
| YUV | 86.86 | 199.76 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 214 | 0.30 | 0.86 | 0 | 0.16 | 279.13 | 0.75 | 0.48 |
| Hex | 96 | 1E | D6 | 1E | 56 | 0 | 10 | 117 | 4B | 30 |
| Octal | 226 | 36 | 326 | 36 | 126 | 0 | 20 | 427 | 113 | 60 |
| Binary | 10010110 | 11110 | 11010110 | 11110 | 1010110 | 0 | 10000 | 100010111 | 1001011 | 110000 |
Color Harmonies of #961ED6
Complementary color
Monochromatic Colors of #961ED6
Black with #961ED6
Text Example
Text Example
White with #961ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961ED6; }
p { color: rgb(150,30,214); }
H1.HeaderClassName
{
color: #961ED6;
}
.AnyTagClassName
{
color: #961ED6;
}
</style>
background-color css
<style>
a { background-color: #961ED6; }
a { background-color: rgb(150,30,214); }
div.DivClassName
{
background-color: #961ED6;
}
.BgClassName
{
background-color: #961ED6;
}
</style>
border-color css
<style>
span { border-color: #961ED6; }
span { border-color: rgb(150,30,214); }
td.TdClassName
{
border-color: #961ED6;
}
.TagClassName
{
border-color: #961ED6;
}
</style>