Shades of Vivid Violet #9130AB
Tints of Vivid Violet #9130AB
RGB
CMYK
RGB Variations
Color information
#9130AB (or 0x9130AB) is known color: Vivid Violet. HEX triplet: 91, 30 and AB. RGB value is (145,48,171). Sum of RGB (Red+Green+Blue) = 145+48+171=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #9130AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9130AB is #6ECF54. Grayscale: #5A5A5A. Windows color (decimal): -7262037 or 11219089. OLE color: 11219089.
HSL color Cylindrical-coordinate representation of color #9130AB: hue angle of 287.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9130AB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 48 | 171 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.33 |
| HSL | 287.32º | 0.56% | 0.43% | - |
| HSV(B) | 287.32º | 0.72% | 0.67% | - |
| XYZ | 20.08 | 11.07 | 39.61 | - |
| YUV | 91.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 171 | 0.15 | 0.72 | 0 | 0.33 | 287.32 | 0.56 | 0.43 |
| Hex | 91 | 30 | AB | F | 48 | 0 | 21 | 11F | 38 | 2B |
| Octal | 221 | 60 | 253 | 17 | 110 | 0 | 41 | 437 | 70 | 53 |
| Binary | 10010001 | 110000 | 10101011 | 1111 | 1001000 | 0 | 100001 | 100011111 | 111000 | 101011 |
Color Harmonies of #9130AB
Complementary color
Monochromatic Colors of #9130AB
Black with #9130AB
Text Example
Text Example
White with #9130AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130AB; }
p { color: rgb(145,48,171); }
H1.HeaderClassName
{
color: #9130AB;
}
.AnyTagClassName
{
color: #9130AB;
}
</style>
background-color css
<style>
a { background-color: #9130AB; }
a { background-color: rgb(145,48,171); }
div.DivClassName
{
background-color: #9130AB;
}
.BgClassName
{
background-color: #9130AB;
}
</style>
border-color css
<style>
span { border-color: #9130AB; }
span { border-color: rgb(145,48,171); }
td.TdClassName
{
border-color: #9130AB;
}
.TagClassName
{
border-color: #9130AB;
}
</style>