Shades of Vivid Violet #95418C
Tints of Vivid Violet #95418C
RGB
CMYK
RGB Variations
Color information
#95418C (or 0x95418C) is known color: Vivid Violet. HEX triplet: 95, 41 and 8C. RGB value is (149,65,140). Sum of RGB (Red+Green+Blue) = 149+65+140=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95418C is #6ABE73. Grayscale: #626262. Windows color (decimal): -6995572 or 9191829. OLE color: 9191829.
HSL color Cylindrical-coordinate representation of color #95418C: hue angle of 306.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95418C is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 140 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.42 |
| HSL | 306.43º | 0.39% | 0.42% | - |
| HSV(B) | 306.43º | 0.56% | 0.58% | - |
| XYZ | 19.02 | 12.06 | 26.14 | - |
| YUV | 98.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 140 | 0 | 0.56 | 0.06 | 0.42 | 306.43 | 0.39 | 0.42 |
| Hex | 95 | 41 | 8C | 0 | 38 | 6 | 2A | 132 | 27 | 2A |
| Octal | 225 | 101 | 214 | 0 | 70 | 6 | 52 | 462 | 47 | 52 |
| Binary | 10010101 | 1000001 | 10001100 | 0 | 111000 | 110 | 101010 | 100110010 | 100111 | 101010 |
Color Harmonies of #95418C
Complementary color
Monochromatic Colors of #95418C
Black with #95418C
Text Example
Text Example
White with #95418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95418C; }
p { color: rgb(149,65,140); }
H1.HeaderClassName
{
color: #95418C;
}
.AnyTagClassName
{
color: #95418C;
}
</style>
background-color css
<style>
a { background-color: #95418C; }
a { background-color: rgb(149,65,140); }
div.DivClassName
{
background-color: #95418C;
}
.BgClassName
{
background-color: #95418C;
}
</style>
border-color css
<style>
span { border-color: #95418C; }
span { border-color: rgb(149,65,140); }
td.TdClassName
{
border-color: #95418C;
}
.TagClassName
{
border-color: #95418C;
}
</style>