Shades of Dark Orchid #961FD2
Tints of Dark Orchid #961FD2
RGB
CMYK
RGB Variations
Color information
#961FD2 (or 0x961FD2) is known color: Dark Orchid. HEX triplet: 96, 1F and D2. RGB value is (150,31,210). Sum of RGB (Red+Green+Blue) = 150+31+210=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 210 (82.42% from 255 or 53.71% from 391); Max value from RGB is 210 - color contains mainly: blue. Hex color #961FD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FD2 is #69E02D. Grayscale: #565656. Windows color (decimal): -6938670 or 13770646. OLE color: 13770646.
HSL color Cylindrical-coordinate representation of color #961FD2: hue angle of 279.89º 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 #961FD2 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 31 | 210 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.18 |
| HSL | 279.89º | 0.74% | 0.47% | - |
| HSV(B) | 279.89º | 0.85% | 0.82% | - |
| XYZ | 24.7 | 12.12 | 62.01 | - |
| YUV | 86.99 | 197.42 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 210 | 0.29 | 0.85 | 0 | 0.18 | 279.89 | 0.74 | 0.47 |
| Hex | 96 | 1F | D2 | 1D | 55 | 0 | 12 | 118 | 4A | 2F |
| Octal | 226 | 37 | 322 | 35 | 125 | 0 | 22 | 430 | 112 | 57 |
| Binary | 10010110 | 11111 | 11010010 | 11101 | 1010101 | 0 | 10010 | 100011000 | 1001010 | 101111 |
Color Harmonies of #961FD2
Complementary color
Monochromatic Colors of #961FD2
Black with #961FD2
Text Example
Text Example
White with #961FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961FD2; }
p { color: rgb(150,31,210); }
H1.HeaderClassName
{
color: #961FD2;
}
.AnyTagClassName
{
color: #961FD2;
}
</style>
background-color css
<style>
a { background-color: #961FD2; }
a { background-color: rgb(150,31,210); }
div.DivClassName
{
background-color: #961FD2;
}
.BgClassName
{
background-color: #961FD2;
}
</style>
border-color css
<style>
span { border-color: #961FD2; }
span { border-color: rgb(150,31,210); }
td.TdClassName
{
border-color: #961FD2;
}
.TagClassName
{
border-color: #961FD2;
}
</style>