Shades of Dark Orchid #961FD0
Tints of Dark Orchid #961FD0
RGB
CMYK
RGB Variations
Color information
#961FD0 (or 0x961FD0) is known color: Dark Orchid. HEX triplet: 96, 1F and D0. RGB value is (150,31,208). Sum of RGB (Red+Green+Blue) = 150+31+208=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #961FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FD0 is #69E02F. Grayscale: #565656. Windows color (decimal): -6938672 or 13639574. OLE color: 13639574.
HSL color Cylindrical-coordinate representation of color #961FD0: hue angle of 280.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961FD0 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 31 | 208 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.18 |
| HSL | 280.34º | 0.74% | 0.47% | - |
| HSV(B) | 280.34º | 0.85% | 0.82% | - |
| XYZ | 24.45 | 12.02 | 60.71 | - |
| YUV | 86.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 208 | 0.28 | 0.85 | 0 | 0.18 | 280.34 | 0.74 | 0.47 |
| Hex | 96 | 1F | D0 | 1C | 55 | 0 | 12 | 118 | 4A | 2F |
| Octal | 226 | 37 | 320 | 34 | 125 | 0 | 22 | 430 | 112 | 57 |
| Binary | 10010110 | 11111 | 11010000 | 11100 | 1010101 | 0 | 10010 | 100011000 | 1001010 | 101111 |
Color Harmonies of #961FD0
Complementary color
Monochromatic Colors of #961FD0
Black with #961FD0
Text Example
Text Example
White with #961FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961FD0; }
p { color: rgb(150,31,208); }
H1.HeaderClassName
{
color: #961FD0;
}
.AnyTagClassName
{
color: #961FD0;
}
</style>
background-color css
<style>
a { background-color: #961FD0; }
a { background-color: rgb(150,31,208); }
div.DivClassName
{
background-color: #961FD0;
}
.BgClassName
{
background-color: #961FD0;
}
</style>
border-color css
<style>
span { border-color: #961FD0; }
span { border-color: rgb(150,31,208); }
td.TdClassName
{
border-color: #961FD0;
}
.TagClassName
{
border-color: #961FD0;
}
</style>