Shades of Vivid Violet #95398B
Tints of Vivid Violet #95398B
RGB
CMYK
RGB Variations
Color information
#95398B (or 0x95398B) is known color: Vivid Violet. HEX triplet: 95, 39 and 8B. RGB value is (149,57,139). Sum of RGB (Red+Green+Blue) = 149+57+139=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95398B is #6AC674. Grayscale: #5D5D5D. Windows color (decimal): -6997621 or 9124245. OLE color: 9124245.
HSL color Cylindrical-coordinate representation of color #95398B: hue angle of 306.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95398B is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 139 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.42 |
| HSL | 306.52º | 0.45% | 0.4% | - |
| HSV(B) | 306.52º | 0.62% | 0.58% | - |
| XYZ | 18.52 | 11.18 | 25.61 | - |
| YUV | 93.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 139 | 0 | 0.62 | 0.07 | 0.42 | 306.52 | 0.45 | 0.4 |
| Hex | 95 | 39 | 8B | 0 | 3E | 7 | 2A | 133 | 2D | 28 |
| Octal | 225 | 71 | 213 | 0 | 76 | 7 | 52 | 463 | 55 | 50 |
| Binary | 10010101 | 111001 | 10001011 | 0 | 111110 | 111 | 101010 | 100110011 | 101101 | 101000 |
Color Harmonies of #95398B
Complementary color
Monochromatic Colors of #95398B
Black with #95398B
Text Example
Text Example
White with #95398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95398B; }
p { color: rgb(149,57,139); }
H1.HeaderClassName
{
color: #95398B;
}
.AnyTagClassName
{
color: #95398B;
}
</style>
background-color css
<style>
a { background-color: #95398B; }
a { background-color: rgb(149,57,139); }
div.DivClassName
{
background-color: #95398B;
}
.BgClassName
{
background-color: #95398B;
}
</style>
border-color css
<style>
span { border-color: #95398B; }
span { border-color: rgb(149,57,139); }
td.TdClassName
{
border-color: #95398B;
}
.TagClassName
{
border-color: #95398B;
}
</style>