Shades of Vivid Violet #913EA4
Tints of Vivid Violet #913EA4
RGB
CMYK
RGB Variations
Color information
#913EA4 (or 0x913EA4) is known color: Vivid Violet. HEX triplet: 91, 3E and A4. RGB value is (145,62,164). Sum of RGB (Red+Green+Blue) = 145+62+164=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #913EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913EA4 is #6EC15B. Grayscale: #626262. Windows color (decimal): -7258460 or 10763921. OLE color: 10763921.
HSL color Cylindrical-coordinate representation of color #913EA4: hue angle of 288.82º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #913EA4 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 62 | 164 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.36 |
| HSL | 288.82º | 0.45% | 0.44% | - |
| HSV(B) | 288.82º | 0.62% | 0.64% | - |
| XYZ | 20.1 | 12.15 | 36.41 | - |
| YUV | 98.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 164 | 0.12 | 0.62 | 0 | 0.36 | 288.82 | 0.45 | 0.44 |
| Hex | 91 | 3E | A4 | C | 3E | 0 | 24 | 121 | 2D | 2C |
| Octal | 221 | 76 | 244 | 14 | 76 | 0 | 44 | 441 | 55 | 54 |
| Binary | 10010001 | 111110 | 10100100 | 1100 | 111110 | 0 | 100100 | 100100001 | 101101 | 101100 |
Color Harmonies of #913EA4
Complementary color
Monochromatic Colors of #913EA4
Black with #913EA4
Text Example
Text Example
White with #913EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913EA4; }
p { color: rgb(145,62,164); }
H1.HeaderClassName
{
color: #913EA4;
}
.AnyTagClassName
{
color: #913EA4;
}
</style>
background-color css
<style>
a { background-color: #913EA4; }
a { background-color: rgb(145,62,164); }
div.DivClassName
{
background-color: #913EA4;
}
.BgClassName
{
background-color: #913EA4;
}
</style>
border-color css
<style>
span { border-color: #913EA4; }
span { border-color: rgb(145,62,164); }
td.TdClassName
{
border-color: #913EA4;
}
.TagClassName
{
border-color: #913EA4;
}
</style>