Shades of Dark Violet #890CAF
Tints of Dark Violet #890CAF
RGB
CMYK
RGB Variations
Color information
#890CAF (or 0x890CAF) is known color: Dark Violet. HEX triplet: 89, 0C and AF. RGB value is (137,12,175). Sum of RGB (Red+Green+Blue) = 137+12+175=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #890CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890CAF is #76F350. Grayscale: #434343. Windows color (decimal): -7795537 or 11472009. OLE color: 11472009.
HSL color Cylindrical-coordinate representation of color #890CAF: hue angle of 286.01º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890CAF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 12 | 175 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.31 |
| HSL | 286.01º | 0.87% | 0.37% | - |
| HSV(B) | 286.01º | 0.93% | 0.69% | - |
| XYZ | 18.19 | 8.68 | 41.27 | - |
| YUV | 67.96 | 188.41 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 175 | 0.22 | 0.93 | 0 | 0.31 | 286.01 | 0.87 | 0.37 |
| Hex | 89 | C | AF | 16 | 5D | 0 | 1F | 11E | 57 | 25 |
| Octal | 211 | 14 | 257 | 26 | 135 | 0 | 37 | 436 | 127 | 45 |
| Binary | 10001001 | 1100 | 10101111 | 10110 | 1011101 | 0 | 11111 | 100011110 | 1010111 | 100101 |
Color Harmonies of #890CAF
Complementary color
Monochromatic Colors of #890CAF
Black with #890CAF
Text Example
Text Example
White with #890CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CAF; }
p { color: rgb(137,12,175); }
H1.HeaderClassName
{
color: #890CAF;
}
.AnyTagClassName
{
color: #890CAF;
}
</style>
background-color css
<style>
a { background-color: #890CAF; }
a { background-color: rgb(137,12,175); }
div.DivClassName
{
background-color: #890CAF;
}
.BgClassName
{
background-color: #890CAF;
}
</style>
border-color css
<style>
span { border-color: #890CAF; }
span { border-color: rgb(137,12,175); }
td.TdClassName
{
border-color: #890CAF;
}
.TagClassName
{
border-color: #890CAF;
}
</style>