Shades of Dark Orchid #961AD0
Tints of Dark Orchid #961AD0
RGB
CMYK
RGB Variations
Color information
#961AD0 (or 0x961AD0) is known color: Dark Orchid. HEX triplet: 96, 1A and D0. RGB value is (150,26,208). Sum of RGB (Red+Green+Blue) = 150+26+208=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #961AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961AD0 is #69E52F. Grayscale: #535353. Windows color (decimal): -6939952 or 13638294. OLE color: 13638294.
HSL color Cylindrical-coordinate representation of color #961AD0: hue angle of 280.88º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961AD0 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 26 | 208 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.18 |
| HSL | 280.88º | 0.78% | 0.46% | - |
| HSV(B) | 280.88º | 0.88% | 0.82% | - |
| XYZ | 24.33 | 11.78 | 60.67 | - |
| YUV | 83.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 208 | 0.28 | 0.88 | 0 | 0.18 | 280.88 | 0.78 | 0.46 |
| Hex | 96 | 1A | D0 | 1C | 58 | 0 | 12 | 119 | 4E | 2E |
| Octal | 226 | 32 | 320 | 34 | 130 | 0 | 22 | 431 | 116 | 56 |
| Binary | 10010110 | 11010 | 11010000 | 11100 | 1011000 | 0 | 10010 | 100011001 | 1001110 | 101110 |
Color Harmonies of #961AD0
Complementary color
Monochromatic Colors of #961AD0
Black with #961AD0
Text Example
Text Example
White with #961AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961AD0; }
p { color: rgb(150,26,208); }
H1.HeaderClassName
{
color: #961AD0;
}
.AnyTagClassName
{
color: #961AD0;
}
</style>
background-color css
<style>
a { background-color: #961AD0; }
a { background-color: rgb(150,26,208); }
div.DivClassName
{
background-color: #961AD0;
}
.BgClassName
{
background-color: #961AD0;
}
</style>
border-color css
<style>
span { border-color: #961AD0; }
span { border-color: rgb(150,26,208); }
td.TdClassName
{
border-color: #961AD0;
}
.TagClassName
{
border-color: #961AD0;
}
</style>