Shades of Vivid Violet #91429B
Tints of Vivid Violet #91429B
RGB
CMYK
RGB Variations
Color information
#91429B (or 0x91429B) is known color: Vivid Violet. HEX triplet: 91, 42 and 9B. RGB value is (145,66,155). Sum of RGB (Red+Green+Blue) = 145+66+155=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #91429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91429B is #6EBD64. Grayscale: #636363. Windows color (decimal): -7257445 or 10175121. OLE color: 10175121.
HSL color Cylindrical-coordinate representation of color #91429B: hue angle of 293.26º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #91429B is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 66 | 155 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.39 |
| HSL | 293.26º | 0.4% | 0.43% | - |
| HSV(B) | 293.26º | 0.57% | 0.61% | - |
| XYZ | 19.54 | 12.28 | 32.35 | - |
| YUV | 99.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 155 | 0.06 | 0.57 | 0 | 0.39 | 293.26 | 0.4 | 0.43 |
| Hex | 91 | 42 | 9B | 6 | 39 | 0 | 27 | 125 | 28 | 2B |
| Octal | 221 | 102 | 233 | 6 | 71 | 0 | 47 | 445 | 50 | 53 |
| Binary | 10010001 | 1000010 | 10011011 | 110 | 111001 | 0 | 100111 | 100100101 | 101000 | 101011 |
Color Harmonies of #91429B
Complementary color
Monochromatic Colors of #91429B
Black with #91429B
Text Example
Text Example
White with #91429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91429B; }
p { color: rgb(145,66,155); }
H1.HeaderClassName
{
color: #91429B;
}
.AnyTagClassName
{
color: #91429B;
}
</style>
background-color css
<style>
a { background-color: #91429B; }
a { background-color: rgb(145,66,155); }
div.DivClassName
{
background-color: #91429B;
}
.BgClassName
{
background-color: #91429B;
}
</style>
border-color css
<style>
span { border-color: #91429B; }
span { border-color: rgb(145,66,155); }
td.TdClassName
{
border-color: #91429B;
}
.TagClassName
{
border-color: #91429B;
}
</style>