Shades of Dark Violet #8900AF
Tints of Dark Violet #8900AF
RGB
CMYK
RGB Variations
Color information
#8900AF (or 0x8900AF) is known color: Dark Violet. HEX triplet: 89, 00 and AF. RGB value is (137,0,175). Sum of RGB (Red+Green+Blue) = 137+0+175=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #8900AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8900AF is #76FF50. Grayscale: #3C3C3C. Windows color (decimal): -7798609 or 11468937. OLE color: 11468937.
HSL color Cylindrical-coordinate representation of color #8900AF: hue angle of 286.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900AF is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 0 | 175 | - |
| CMYK | 0.22 | 1 | 0 | 0.31 |
| HSL | 286.97º | 1% | 0.34% | - |
| HSV(B) | 286.97º | 1% | 0.69% | - |
| XYZ | 18.05 | 8.41 | 41.23 | - |
| YUV | 60.91 | 192.39 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 175 | 0.22 | 1 | 0 | 0.31 | 286.97 | 1 | 0.34 |
| Hex | 89 | 0 | AF | 16 | 64 | 0 | 1F | 11F | 64 | 22 |
| Octal | 211 | 0 | 257 | 26 | 144 | 0 | 37 | 437 | 144 | 42 |
| Binary | 10001001 | 0 | 10101111 | 10110 | 1100100 | 0 | 11111 | 100011111 | 1100100 | 100010 |
Color Harmonies of #8900AF
Complementary color
Monochromatic Colors of #8900AF
Black with #8900AF
Text Example
Text Example
White with #8900AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900AF; }
p { color: rgb(137,0,175); }
H1.HeaderClassName
{
color: #8900AF;
}
.AnyTagClassName
{
color: #8900AF;
}
</style>
background-color css
<style>
a { background-color: #8900AF; }
a { background-color: rgb(137,0,175); }
div.DivClassName
{
background-color: #8900AF;
}
.BgClassName
{
background-color: #8900AF;
}
</style>
border-color css
<style>
span { border-color: #8900AF; }
span { border-color: rgb(137,0,175); }
td.TdClassName
{
border-color: #8900AF;
}
.TagClassName
{
border-color: #8900AF;
}
</style>