Shades of Blue Violet #8934D4
Tints of Blue Violet #8934D4
RGB
CMYK
RGB Variations
Color information
#8934D4 (or 0x8934D4) is known color: Blue Violet. HEX triplet: 89, 34 and D4. RGB value is (137,52,212). Sum of RGB (Red+Green+Blue) = 137+52+212=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #8934D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934D4 is #76CB2B. Grayscale: #5F5F5F. Windows color (decimal): -7785260 or 13907081. OLE color: 13907081.
HSL color Cylindrical-coordinate representation of color #8934D4: hue angle of 271.88º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8934D4 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 52 | 212 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.17 |
| HSL | 271.88º | 0.65% | 0.52% | - |
| HSV(B) | 271.88º | 0.75% | 0.83% | - |
| XYZ | 23.43 | 12.53 | 63.47 | - |
| YUV | 95.66 | 193.66 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 212 | 0.35 | 0.75 | 0 | 0.17 | 271.88 | 0.65 | 0.52 |
| Hex | 89 | 34 | D4 | 23 | 4B | 0 | 11 | 110 | 41 | 34 |
| Octal | 211 | 64 | 324 | 43 | 113 | 0 | 21 | 420 | 101 | 64 |
| Binary | 10001001 | 110100 | 11010100 | 100011 | 1001011 | 0 | 10001 | 100010000 | 1000001 | 110100 |
Color Harmonies of #8934D4
Complementary color
Monochromatic Colors of #8934D4
Black with #8934D4
Text Example
Text Example
White with #8934D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934D4; }
p { color: rgb(137,52,212); }
H1.HeaderClassName
{
color: #8934D4;
}
.AnyTagClassName
{
color: #8934D4;
}
</style>
background-color css
<style>
a { background-color: #8934D4; }
a { background-color: rgb(137,52,212); }
div.DivClassName
{
background-color: #8934D4;
}
.BgClassName
{
background-color: #8934D4;
}
</style>
border-color css
<style>
span { border-color: #8934D4; }
span { border-color: rgb(137,52,212); }
td.TdClassName
{
border-color: #8934D4;
}
.TagClassName
{
border-color: #8934D4;
}
</style>