Shades of Dark Orchid #961DAC
Tints of Dark Orchid #961DAC
RGB
CMYK
RGB Variations
Color information
#961DAC (or 0x961DAC) is known color: Dark Orchid. HEX triplet: 96, 1D and AC. RGB value is (150,29,172). Sum of RGB (Red+Green+Blue) = 150+29+172=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #961DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961DAC is #69E253. Grayscale: #515151. Windows color (decimal): -6939220 or 11279766. OLE color: 11279766.
HSL color Cylindrical-coordinate representation of color #961DAC: hue angle of 290.77º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961DAC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 29 | 172 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.33 |
| HSL | 290.77º | 0.71% | 0.39% | - |
| HSV(B) | 290.77º | 0.83% | 0.67% | - |
| XYZ | 20.46 | 10.34 | 39.95 | - |
| YUV | 81.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 172 | 0.13 | 0.83 | 0 | 0.33 | 290.77 | 0.71 | 0.39 |
| Hex | 96 | 1D | AC | D | 53 | 0 | 21 | 123 | 47 | 27 |
| Octal | 226 | 35 | 254 | 15 | 123 | 0 | 41 | 443 | 107 | 47 |
| Binary | 10010110 | 11101 | 10101100 | 1101 | 1010011 | 0 | 100001 | 100100011 | 1000111 | 100111 |
Color Harmonies of #961DAC
Complementary color
Monochromatic Colors of #961DAC
Black with #961DAC
Text Example
Text Example
White with #961DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DAC; }
p { color: rgb(150,29,172); }
H1.HeaderClassName
{
color: #961DAC;
}
.AnyTagClassName
{
color: #961DAC;
}
</style>
background-color css
<style>
a { background-color: #961DAC; }
a { background-color: rgb(150,29,172); }
div.DivClassName
{
background-color: #961DAC;
}
.BgClassName
{
background-color: #961DAC;
}
</style>
border-color css
<style>
span { border-color: #961DAC; }
span { border-color: rgb(150,29,172); }
td.TdClassName
{
border-color: #961DAC;
}
.TagClassName
{
border-color: #961DAC;
}
</style>