Shades of Vivid Violet #9130A4
Tints of Vivid Violet #9130A4
RGB
CMYK
RGB Variations
Color information
#9130A4 (or 0x9130A4) is known color: Vivid Violet. HEX triplet: 91, 30 and A4. RGB value is (145,48,164). Sum of RGB (Red+Green+Blue) = 145+48+164=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #9130A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9130A4 is #6ECF5B. Grayscale: #595959. Windows color (decimal): -7262044 or 10760337. OLE color: 10760337.
HSL color Cylindrical-coordinate representation of color #9130A4: hue angle of 290.17º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9130A4 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 48 | 164 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.36 |
| HSL | 290.17º | 0.55% | 0.42% | - |
| HSV(B) | 290.17º | 0.71% | 0.64% | - |
| XYZ | 19.43 | 10.81 | 36.18 | - |
| YUV | 90.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 164 | 0.12 | 0.71 | 0 | 0.36 | 290.17 | 0.55 | 0.42 |
| Hex | 91 | 30 | A4 | C | 47 | 0 | 24 | 122 | 37 | 2A |
| Octal | 221 | 60 | 244 | 14 | 107 | 0 | 44 | 442 | 67 | 52 |
| Binary | 10010001 | 110000 | 10100100 | 1100 | 1000111 | 0 | 100100 | 100100010 | 110111 | 101010 |
Color Harmonies of #9130A4
Complementary color
Monochromatic Colors of #9130A4
Black with #9130A4
Text Example
Text Example
White with #9130A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130A4; }
p { color: rgb(145,48,164); }
H1.HeaderClassName
{
color: #9130A4;
}
.AnyTagClassName
{
color: #9130A4;
}
</style>
background-color css
<style>
a { background-color: #9130A4; }
a { background-color: rgb(145,48,164); }
div.DivClassName
{
background-color: #9130A4;
}
.BgClassName
{
background-color: #9130A4;
}
</style>
border-color css
<style>
span { border-color: #9130A4; }
span { border-color: rgb(145,48,164); }
td.TdClassName
{
border-color: #9130A4;
}
.TagClassName
{
border-color: #9130A4;
}
</style>