Shades of Vivid Violet #91378D
Tints of Vivid Violet #91378D
RGB
CMYK
RGB Variations
Color information
#91378D (or 0x91378D) is known color: Vivid Violet. HEX triplet: 91, 37 and 8D. RGB value is (145,55,141). Sum of RGB (Red+Green+Blue) = 145+55+141=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #91378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91378D is #6EC872. Grayscale: #5B5B5B. Windows color (decimal): -7260275 or 9254801. OLE color: 9254801.
HSL color Cylindrical-coordinate representation of color #91378D: hue angle of 302.67º 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 #91378D is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 55 | 141 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.43 |
| HSL | 302.67º | 0.45% | 0.39% | - |
| HSV(B) | 302.67º | 0.62% | 0.57% | - |
| XYZ | 17.85 | 10.68 | 26.32 | - |
| YUV | 91.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 141 | 0 | 0.62 | 0.03 | 0.43 | 302.67 | 0.45 | 0.39 |
| Hex | 91 | 37 | 8D | 0 | 3E | 3 | 2B | 12F | 2D | 27 |
| Octal | 221 | 67 | 215 | 0 | 76 | 3 | 53 | 457 | 55 | 47 |
| Binary | 10010001 | 110111 | 10001101 | 0 | 111110 | 11 | 101011 | 100101111 | 101101 | 100111 |
Color Harmonies of #91378D
Complementary color
Monochromatic Colors of #91378D
Black with #91378D
Text Example
Text Example
White with #91378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91378D; }
p { color: rgb(145,55,141); }
H1.HeaderClassName
{
color: #91378D;
}
.AnyTagClassName
{
color: #91378D;
}
</style>
background-color css
<style>
a { background-color: #91378D; }
a { background-color: rgb(145,55,141); }
div.DivClassName
{
background-color: #91378D;
}
.BgClassName
{
background-color: #91378D;
}
</style>
border-color css
<style>
span { border-color: #91378D; }
span { border-color: rgb(145,55,141); }
td.TdClassName
{
border-color: #91378D;
}
.TagClassName
{
border-color: #91378D;
}
</style>