Shades of Dark Violet #8915D3
Tints of Dark Violet #8915D3
RGB
CMYK
RGB Variations
Color information
#8915D3 (or 0x8915D3) is known color: Dark Violet. HEX triplet: 89, 15 and D3. RGB value is (137,21,211). Sum of RGB (Red+Green+Blue) = 137+21+211=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #8915D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915D3 is #76EA2C. Grayscale: #4C4C4C. Windows color (decimal): -7793197 or 13833609. OLE color: 13833609.
HSL color Cylindrical-coordinate representation of color #8915D3: hue angle of 276.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8915D3 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 21 | 211 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.17 |
| HSL | 276.63º | 0.82% | 0.45% | - |
| HSV(B) | 276.63º | 0.9% | 0.83% | - |
| XYZ | 22.34 | 10.56 | 62.49 | - |
| YUV | 77.34 | 203.43 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 211 | 0.35 | 0.90 | 0 | 0.17 | 276.63 | 0.82 | 0.45 |
| Hex | 89 | 15 | D3 | 23 | 5A | 0 | 11 | 115 | 52 | 2D |
| Octal | 211 | 25 | 323 | 43 | 132 | 0 | 21 | 425 | 122 | 55 |
| Binary | 10001001 | 10101 | 11010011 | 100011 | 1011010 | 0 | 10001 | 100010101 | 1010010 | 101101 |
Color Harmonies of #8915D3
Complementary color
Monochromatic Colors of #8915D3
Black with #8915D3
Text Example
Text Example
White with #8915D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915D3; }
p { color: rgb(137,21,211); }
H1.HeaderClassName
{
color: #8915D3;
}
.AnyTagClassName
{
color: #8915D3;
}
</style>
background-color css
<style>
a { background-color: #8915D3; }
a { background-color: rgb(137,21,211); }
div.DivClassName
{
background-color: #8915D3;
}
.BgClassName
{
background-color: #8915D3;
}
</style>
border-color css
<style>
span { border-color: #8915D3; }
span { border-color: rgb(137,21,211); }
td.TdClassName
{
border-color: #8915D3;
}
.TagClassName
{
border-color: #8915D3;
}
</style>