Shades of Dark Orchid #961CAF
Tints of Dark Orchid #961CAF
RGB
CMYK
RGB Variations
Color information
#961CAF (or 0x961CAF) is known color: Dark Orchid. HEX triplet: 96, 1C and AF. RGB value is (150,28,175). Sum of RGB (Red+Green+Blue) = 150+28+175=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #961CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961CAF is #69E350. Grayscale: #505050. Windows color (decimal): -6939473 or 11476118. OLE color: 11476118.
HSL color Cylindrical-coordinate representation of color #961CAF: hue angle of 289.8º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961CAF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 28 | 175 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.31 |
| HSL | 289.8º | 0.72% | 0.4% | - |
| HSV(B) | 289.8º | 0.84% | 0.69% | - |
| XYZ | 20.73 | 10.41 | 41.47 | - |
| YUV | 81.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 28 | 175 | 0.14 | 0.84 | 0 | 0.31 | 289.8 | 0.72 | 0.4 |
| Hex | 96 | 1C | AF | E | 54 | 0 | 1F | 122 | 48 | 28 |
| Octal | 226 | 34 | 257 | 16 | 124 | 0 | 37 | 442 | 110 | 50 |
| Binary | 10010110 | 11100 | 10101111 | 1110 | 1010100 | 0 | 11111 | 100100010 | 1001000 | 101000 |
Color Harmonies of #961CAF
Complementary color
Monochromatic Colors of #961CAF
Black with #961CAF
Text Example
Text Example
White with #961CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961CAF; }
p { color: rgb(150,28,175); }
H1.HeaderClassName
{
color: #961CAF;
}
.AnyTagClassName
{
color: #961CAF;
}
</style>
background-color css
<style>
a { background-color: #961CAF; }
a { background-color: rgb(150,28,175); }
div.DivClassName
{
background-color: #961CAF;
}
.BgClassName
{
background-color: #961CAF;
}
</style>
border-color css
<style>
span { border-color: #961CAF; }
span { border-color: rgb(150,28,175); }
td.TdClassName
{
border-color: #961CAF;
}
.TagClassName
{
border-color: #961CAF;
}
</style>