Shades of Blue Violet #8949DA
Tints of Blue Violet #8949DA
RGB
CMYK
RGB Variations
Color information
#8949DA (or 0x8949DA) is known color: Blue Violet. HEX triplet: 89, 49 and DA. RGB value is (137,73,218). Sum of RGB (Red+Green+Blue) = 137+73+218=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #8949DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949DA is #76B625. Grayscale: #6C6C6C. Windows color (decimal): -7779878 or 14305673. OLE color: 14305673.
HSL color Cylindrical-coordinate representation of color #8949DA: hue angle of 266.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8949DA is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 73 | 218 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.15 |
| HSL | 266.48º | 0.66% | 0.57% | - |
| HSV(B) | 266.48º | 0.67% | 0.85% | - |
| XYZ | 25.35 | 15.15 | 67.92 | - |
| YUV | 108.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 218 | 0.37 | 0.67 | 0 | 0.15 | 266.48 | 0.66 | 0.57 |
| Hex | 89 | 49 | DA | 25 | 43 | 0 | F | 10A | 42 | 39 |
| Octal | 211 | 111 | 332 | 45 | 103 | 0 | 17 | 412 | 102 | 71 |
| Binary | 10001001 | 1001001 | 11011010 | 100101 | 1000011 | 0 | 1111 | 100001010 | 1000010 | 111001 |
Color Harmonies of #8949DA
Complementary color
Monochromatic Colors of #8949DA
Black with #8949DA
Text Example
Text Example
White with #8949DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949DA; }
p { color: rgb(137,73,218); }
H1.HeaderClassName
{
color: #8949DA;
}
.AnyTagClassName
{
color: #8949DA;
}
</style>
background-color css
<style>
a { background-color: #8949DA; }
a { background-color: rgb(137,73,218); }
div.DivClassName
{
background-color: #8949DA;
}
.BgClassName
{
background-color: #8949DA;
}
</style>
border-color css
<style>
span { border-color: #8949DA; }
span { border-color: rgb(137,73,218); }
td.TdClassName
{
border-color: #8949DA;
}
.TagClassName
{
border-color: #8949DA;
}
</style>