Shades of Vivid Violet #91378B
Tints of Vivid Violet #91378B
RGB
CMYK
RGB Variations
Color information
#91378B (or 0x91378B) is known color: Vivid Violet. HEX triplet: 91, 37 and 8B. RGB value is (145,55,139). Sum of RGB (Red+Green+Blue) = 145+55+139=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91378B is #6EC874. Grayscale: #5B5B5B. Windows color (decimal): -7260277 or 9123729. OLE color: 9123729.
HSL color Cylindrical-coordinate representation of color #91378B: hue angle of 304º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91378B is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 55 | 139 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.43 |
| HSL | 304º | 0.45% | 0.39% | - |
| HSV(B) | 304º | 0.62% | 0.57% | - |
| XYZ | 17.7 | 10.62 | 25.54 | - |
| YUV | 91.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 139 | 0 | 0.62 | 0.04 | 0.43 | 304 | 0.45 | 0.39 |
| Hex | 91 | 37 | 8B | 0 | 3E | 4 | 2B | 130 | 2D | 27 |
| Octal | 221 | 67 | 213 | 0 | 76 | 4 | 53 | 460 | 55 | 47 |
| Binary | 10010001 | 110111 | 10001011 | 0 | 111110 | 100 | 101011 | 100110000 | 101101 | 100111 |
Color Harmonies of #91378B
Complementary color
Monochromatic Colors of #91378B
Black with #91378B
Text Example
Text Example
White with #91378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91378B; }
p { color: rgb(145,55,139); }
H1.HeaderClassName
{
color: #91378B;
}
.AnyTagClassName
{
color: #91378B;
}
</style>
background-color css
<style>
a { background-color: #91378B; }
a { background-color: rgb(145,55,139); }
div.DivClassName
{
background-color: #91378B;
}
.BgClassName
{
background-color: #91378B;
}
</style>
border-color css
<style>
span { border-color: #91378B; }
span { border-color: rgb(145,55,139); }
td.TdClassName
{
border-color: #91378B;
}
.TagClassName
{
border-color: #91378B;
}
</style>