Shades of Blue Violet #9134DC
Tints of Blue Violet #9134DC
RGB
CMYK
RGB Variations
Color information
#9134DC (or 0x9134DC) is known color: Blue Violet. HEX triplet: 91, 34 and DC. RGB value is (145,52,220). Sum of RGB (Red+Green+Blue) = 145+52+220=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #9134DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9134DC is #6ECB23. Grayscale: #626262. Windows color (decimal): -7260964 or 14431377. OLE color: 14431377.
HSL color Cylindrical-coordinate representation of color #9134DC: hue angle of 273.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9134DC is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 52 | 220 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.14 |
| HSL | 273.21º | 0.71% | 0.53% | - |
| HSV(B) | 273.21º | 0.76% | 0.86% | - |
| XYZ | 25.82 | 13.64 | 68.98 | - |
| YUV | 98.96 | 196.31 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 220 | 0.34 | 0.76 | 0 | 0.14 | 273.21 | 0.71 | 0.53 |
| Hex | 91 | 34 | DC | 22 | 4C | 0 | E | 111 | 47 | 35 |
| Octal | 221 | 64 | 334 | 42 | 114 | 0 | 16 | 421 | 107 | 65 |
| Binary | 10010001 | 110100 | 11011100 | 100010 | 1001100 | 0 | 1110 | 100010001 | 1000111 | 110101 |
Color Harmonies of #9134DC
Complementary color
Monochromatic Colors of #9134DC
Black with #9134DC
Text Example
Text Example
White with #9134DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9134DC; }
p { color: rgb(145,52,220); }
H1.HeaderClassName
{
color: #9134DC;
}
.AnyTagClassName
{
color: #9134DC;
}
</style>
background-color css
<style>
a { background-color: #9134DC; }
a { background-color: rgb(145,52,220); }
div.DivClassName
{
background-color: #9134DC;
}
.BgClassName
{
background-color: #9134DC;
}
</style>
border-color css
<style>
span { border-color: #9134DC; }
span { border-color: rgb(145,52,220); }
td.TdClassName
{
border-color: #9134DC;
}
.TagClassName
{
border-color: #9134DC;
}
</style>