Shades of Vivid Violet #9134AB
Tints of Vivid Violet #9134AB
RGB
CMYK
RGB Variations
Color information
#9134AB (or 0x9134AB) is known color: Vivid Violet. HEX triplet: 91, 34 and AB. RGB value is (145,52,171). Sum of RGB (Red+Green+Blue) = 145+52+171=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #9134AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9134AB is #6ECB54. Grayscale: #5C5C5C. Windows color (decimal): -7261013 or 11220113. OLE color: 11220113.
HSL color Cylindrical-coordinate representation of color #9134AB: hue angle of 286.89º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9134AB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 52 | 171 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.33 |
| HSL | 286.89º | 0.53% | 0.44% | - |
| HSV(B) | 286.89º | 0.7% | 0.67% | - |
| XYZ | 20.26 | 11.42 | 39.66 | - |
| YUV | 93.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 171 | 0.15 | 0.70 | 0 | 0.33 | 286.89 | 0.53 | 0.44 |
| Hex | 91 | 34 | AB | F | 46 | 0 | 21 | 11F | 35 | 2C |
| Octal | 221 | 64 | 253 | 17 | 106 | 0 | 41 | 437 | 65 | 54 |
| Binary | 10010001 | 110100 | 10101011 | 1111 | 1000110 | 0 | 100001 | 100011111 | 110101 | 101100 |
Color Harmonies of #9134AB
Complementary color
Monochromatic Colors of #9134AB
Black with #9134AB
Text Example
Text Example
White with #9134AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9134AB; }
p { color: rgb(145,52,171); }
H1.HeaderClassName
{
color: #9134AB;
}
.AnyTagClassName
{
color: #9134AB;
}
</style>
background-color css
<style>
a { background-color: #9134AB; }
a { background-color: rgb(145,52,171); }
div.DivClassName
{
background-color: #9134AB;
}
.BgClassName
{
background-color: #9134AB;
}
</style>
border-color css
<style>
span { border-color: #9134AB; }
span { border-color: rgb(145,52,171); }
td.TdClassName
{
border-color: #9134AB;
}
.TagClassName
{
border-color: #9134AB;
}
</style>