Shades of Blue Violet #8918D0
Tints of Blue Violet #8918D0
RGB
CMYK
RGB Variations
Color information
#8918D0 (or 0x8918D0) is known color: Blue Violet. HEX triplet: 89, 18 and D0. RGB value is (137,24,208). Sum of RGB (Red+Green+Blue) = 137+24+208=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #8918D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8918D0 is #76E72F. Grayscale: #4E4E4E. Windows color (decimal): -7792432 or 13637769. OLE color: 13637769.
HSL color Cylindrical-coordinate representation of color #8918D0: hue angle of 276.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8918D0 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 24 | 208 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.18 |
| HSL | 276.85º | 0.79% | 0.45% | - |
| HSV(B) | 276.85º | 0.88% | 0.82% | - |
| XYZ | 22.03 | 10.53 | 60.55 | - |
| YUV | 78.76 | 200.94 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 208 | 0.34 | 0.88 | 0 | 0.18 | 276.85 | 0.79 | 0.45 |
| Hex | 89 | 18 | D0 | 22 | 58 | 0 | 12 | 115 | 4F | 2D |
| Octal | 211 | 30 | 320 | 42 | 130 | 0 | 22 | 425 | 117 | 55 |
| Binary | 10001001 | 11000 | 11010000 | 100010 | 1011000 | 0 | 10010 | 100010101 | 1001111 | 101101 |
Color Harmonies of #8918D0
Complementary color
Monochromatic Colors of #8918D0
Black with #8918D0
Text Example
Text Example
White with #8918D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8918D0; }
p { color: rgb(137,24,208); }
H1.HeaderClassName
{
color: #8918D0;
}
.AnyTagClassName
{
color: #8918D0;
}
</style>
background-color css
<style>
a { background-color: #8918D0; }
a { background-color: rgb(137,24,208); }
div.DivClassName
{
background-color: #8918D0;
}
.BgClassName
{
background-color: #8918D0;
}
</style>
border-color css
<style>
span { border-color: #8918D0; }
span { border-color: rgb(137,24,208); }
td.TdClassName
{
border-color: #8918D0;
}
.TagClassName
{
border-color: #8918D0;
}
</style>