Shades of Dark Orchid #961ED7
Tints of Dark Orchid #961ED7
RGB
CMYK
RGB Variations
Color information
#961ED7 (or 0x961ED7) is known color: Dark Orchid. HEX triplet: 96, 1E and D7. RGB value is (150,30,215). Sum of RGB (Red+Green+Blue) = 150+30+215=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #961ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ED7 is #69E128. Grayscale: #565656. Windows color (decimal): -6938921 or 14098070. OLE color: 14098070.
HSL color Cylindrical-coordinate representation of color #961ED7: hue angle of 278.92º degrees, saturation: 0.76, 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 #961ED7 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 30 | 215 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.16 |
| HSL | 278.92º | 0.76% | 0.48% | - |
| HSV(B) | 278.92º | 0.86% | 0.84% | - |
| XYZ | 25.31 | 12.32 | 65.33 | - |
| YUV | 86.97 | 200.26 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 215 | 0.30 | 0.86 | 0 | 0.16 | 278.92 | 0.76 | 0.48 |
| Hex | 96 | 1E | D7 | 1E | 56 | 0 | 10 | 117 | 4C | 30 |
| Octal | 226 | 36 | 327 | 36 | 126 | 0 | 20 | 427 | 114 | 60 |
| Binary | 10010110 | 11110 | 11010111 | 11110 | 1010110 | 0 | 10000 | 100010111 | 1001100 | 110000 |
Color Harmonies of #961ED7
Complementary color
Monochromatic Colors of #961ED7
Black with #961ED7
Text Example
Text Example
White with #961ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961ED7; }
p { color: rgb(150,30,215); }
H1.HeaderClassName
{
color: #961ED7;
}
.AnyTagClassName
{
color: #961ED7;
}
</style>
background-color css
<style>
a { background-color: #961ED7; }
a { background-color: rgb(150,30,215); }
div.DivClassName
{
background-color: #961ED7;
}
.BgClassName
{
background-color: #961ED7;
}
</style>
border-color css
<style>
span { border-color: #961ED7; }
span { border-color: rgb(150,30,215); }
td.TdClassName
{
border-color: #961ED7;
}
.TagClassName
{
border-color: #961ED7;
}
</style>