Shades of Dark Orchid #961DB4
Tints of Dark Orchid #961DB4
RGB
CMYK
RGB Variations
Color information
#961DB4 (or 0x961DB4) is known color: Dark Orchid. HEX triplet: 96, 1D and B4. RGB value is (150,29,180). Sum of RGB (Red+Green+Blue) = 150+29+180=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #961DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961DB4 is #69E24B. Grayscale: #515151. Windows color (decimal): -6939212 or 11804054. OLE color: 11804054.
HSL color Cylindrical-coordinate representation of color #961DB4: hue angle of 288.08º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961DB4 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 29 | 180 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.29 |
| HSL | 288.08º | 0.72% | 0.41% | - |
| HSV(B) | 288.08º | 0.84% | 0.71% | - |
| XYZ | 21.26 | 10.66 | 44.12 | - |
| YUV | 82.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 180 | 0.17 | 0.84 | 0 | 0.29 | 288.08 | 0.72 | 0.41 |
| Hex | 96 | 1D | B4 | 11 | 54 | 0 | 1D | 120 | 48 | 29 |
| Octal | 226 | 35 | 264 | 21 | 124 | 0 | 35 | 440 | 110 | 51 |
| Binary | 10010110 | 11101 | 10110100 | 10001 | 1010100 | 0 | 11101 | 100100000 | 1001000 | 101001 |
Color Harmonies of #961DB4
Complementary color
Monochromatic Colors of #961DB4
Black with #961DB4
Text Example
Text Example
White with #961DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DB4; }
p { color: rgb(150,29,180); }
H1.HeaderClassName
{
color: #961DB4;
}
.AnyTagClassName
{
color: #961DB4;
}
</style>
background-color css
<style>
a { background-color: #961DB4; }
a { background-color: rgb(150,29,180); }
div.DivClassName
{
background-color: #961DB4;
}
.BgClassName
{
background-color: #961DB4;
}
</style>
border-color css
<style>
span { border-color: #961DB4; }
span { border-color: rgb(150,29,180); }
td.TdClassName
{
border-color: #961DB4;
}
.TagClassName
{
border-color: #961DB4;
}
</style>