Shades of Dark Orchid #961AAF
Tints of Dark Orchid #961AAF
RGB
CMYK
RGB Variations
Color information
#961AAF (or 0x961AAF) is known color: Dark Orchid. HEX triplet: 96, 1A and AF. RGB value is (150,26,175). Sum of RGB (Red+Green+Blue) = 150+26+175=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #961AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961AAF is #69E550. Grayscale: #4F4F4F. Windows color (decimal): -6939985 or 11475606. OLE color: 11475606.
HSL color Cylindrical-coordinate representation of color #961AAF: hue angle of 289.93º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961AAF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 26 | 175 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.31 |
| HSL | 289.93º | 0.74% | 0.39% | - |
| HSV(B) | 289.93º | 0.85% | 0.69% | - |
| XYZ | 20.68 | 10.32 | 41.46 | - |
| YUV | 80.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 175 | 0.14 | 0.85 | 0 | 0.31 | 289.93 | 0.74 | 0.39 |
| Hex | 96 | 1A | AF | E | 55 | 0 | 1F | 122 | 4A | 27 |
| Octal | 226 | 32 | 257 | 16 | 125 | 0 | 37 | 442 | 112 | 47 |
| Binary | 10010110 | 11010 | 10101111 | 1110 | 1010101 | 0 | 11111 | 100100010 | 1001010 | 100111 |
Color Harmonies of #961AAF
Complementary color
Monochromatic Colors of #961AAF
Black with #961AAF
Text Example
Text Example
White with #961AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961AAF; }
p { color: rgb(150,26,175); }
H1.HeaderClassName
{
color: #961AAF;
}
.AnyTagClassName
{
color: #961AAF;
}
</style>
background-color css
<style>
a { background-color: #961AAF; }
a { background-color: rgb(150,26,175); }
div.DivClassName
{
background-color: #961AAF;
}
.BgClassName
{
background-color: #961AAF;
}
</style>
border-color css
<style>
span { border-color: #961AAF; }
span { border-color: rgb(150,26,175); }
td.TdClassName
{
border-color: #961AAF;
}
.TagClassName
{
border-color: #961AAF;
}
</style>