Shades of Vivid Violet #913EA8
Tints of Vivid Violet #913EA8
RGB
CMYK
RGB Variations
Color information
#913EA8 (or 0x913EA8) is known color: Vivid Violet. HEX triplet: 91, 3E and A8. RGB value is (145,62,168). Sum of RGB (Red+Green+Blue) = 145+62+168=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #913EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913EA8 is #6EC157. Grayscale: #626262. Windows color (decimal): -7258456 or 11026065. OLE color: 11026065.
HSL color Cylindrical-coordinate representation of color #913EA8: hue angle of 286.98º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913EA8 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 62 | 168 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.34 |
| HSL | 286.98º | 0.46% | 0.45% | - |
| HSV(B) | 286.98º | 0.63% | 0.66% | - |
| XYZ | 20.47 | 12.29 | 38.34 | - |
| YUV | 98.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 168 | 0.14 | 0.63 | 0 | 0.34 | 286.98 | 0.46 | 0.45 |
| Hex | 91 | 3E | A8 | E | 3F | 0 | 22 | 11F | 2E | 2D |
| Octal | 221 | 76 | 250 | 16 | 77 | 0 | 42 | 437 | 56 | 55 |
| Binary | 10010001 | 111110 | 10101000 | 1110 | 111111 | 0 | 100010 | 100011111 | 101110 | 101101 |
Color Harmonies of #913EA8
Complementary color
Monochromatic Colors of #913EA8
Black with #913EA8
Text Example
Text Example
White with #913EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913EA8; }
p { color: rgb(145,62,168); }
H1.HeaderClassName
{
color: #913EA8;
}
.AnyTagClassName
{
color: #913EA8;
}
</style>
background-color css
<style>
a { background-color: #913EA8; }
a { background-color: rgb(145,62,168); }
div.DivClassName
{
background-color: #913EA8;
}
.BgClassName
{
background-color: #913EA8;
}
</style>
border-color css
<style>
span { border-color: #913EA8; }
span { border-color: rgb(145,62,168); }
td.TdClassName
{
border-color: #913EA8;
}
.TagClassName
{
border-color: #913EA8;
}
</style>