Shades of Vivid Violet #912A9A
Tints of Vivid Violet #912A9A
RGB
CMYK
RGB Variations
Color information
#912A9A (or 0x912A9A) is known color: Vivid Violet. HEX triplet: 91, 2A and 9A. RGB value is (145,42,154). Sum of RGB (Red+Green+Blue) = 145+42+154=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #912A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912A9A is #6ED565. Grayscale: #555555. Windows color (decimal): -7263590 or 10103441. OLE color: 10103441.
HSL color Cylindrical-coordinate representation of color #912A9A: hue angle of 295.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #912A9A is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 42 | 154 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.40 |
| HSL | 295.18º | 0.57% | 0.38% | - |
| HSV(B) | 295.18º | 0.73% | 0.6% | - |
| XYZ | 18.34 | 10.01 | 31.54 | - |
| YUV | 85.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 154 | 0.06 | 0.73 | 0 | 0.40 | 295.18 | 0.57 | 0.38 |
| Hex | 91 | 2A | 9A | 6 | 49 | 0 | 28 | 127 | 39 | 26 |
| Octal | 221 | 52 | 232 | 6 | 111 | 0 | 50 | 447 | 71 | 46 |
| Binary | 10010001 | 101010 | 10011010 | 110 | 1001001 | 0 | 101000 | 100100111 | 111001 | 100110 |
Color Harmonies of #912A9A
Complementary color
Monochromatic Colors of #912A9A
Black with #912A9A
Text Example
Text Example
White with #912A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912A9A; }
p { color: rgb(145,42,154); }
H1.HeaderClassName
{
color: #912A9A;
}
.AnyTagClassName
{
color: #912A9A;
}
</style>
background-color css
<style>
a { background-color: #912A9A; }
a { background-color: rgb(145,42,154); }
div.DivClassName
{
background-color: #912A9A;
}
.BgClassName
{
background-color: #912A9A;
}
</style>
border-color css
<style>
span { border-color: #912A9A; }
span { border-color: rgb(145,42,154); }
td.TdClassName
{
border-color: #912A9A;
}
.TagClassName
{
border-color: #912A9A;
}
</style>