Shades of Vivid Violet #95338C
Tints of Vivid Violet #95338C
RGB
CMYK
RGB Variations
Color information
#95338C (or 0x95338C) is known color: Vivid Violet. HEX triplet: 95, 33 and 8C. RGB value is (149,51,140). Sum of RGB (Red+Green+Blue) = 149+51+140=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95338C is #6ACC73. Grayscale: #5A5A5A. Windows color (decimal): -6999156 or 9188245. OLE color: 9188245.
HSL color Cylindrical-coordinate representation of color #95338C: hue angle of 305.51º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95338C is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 51 | 140 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.42 |
| HSL | 305.51º | 0.49% | 0.39% | - |
| HSV(B) | 305.51º | 0.66% | 0.58% | - |
| XYZ | 18.31 | 10.65 | 25.9 | - |
| YUV | 90.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 140 | 0 | 0.66 | 0.06 | 0.42 | 305.51 | 0.49 | 0.39 |
| Hex | 95 | 33 | 8C | 0 | 42 | 6 | 2A | 132 | 31 | 27 |
| Octal | 225 | 63 | 214 | 0 | 102 | 6 | 52 | 462 | 61 | 47 |
| Binary | 10010101 | 110011 | 10001100 | 0 | 1000010 | 110 | 101010 | 100110010 | 110001 | 100111 |
Color Harmonies of #95338C
Complementary color
Monochromatic Colors of #95338C
Black with #95338C
Text Example
Text Example
White with #95338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95338C; }
p { color: rgb(149,51,140); }
H1.HeaderClassName
{
color: #95338C;
}
.AnyTagClassName
{
color: #95338C;
}
</style>
background-color css
<style>
a { background-color: #95338C; }
a { background-color: rgb(149,51,140); }
div.DivClassName
{
background-color: #95338C;
}
.BgClassName
{
background-color: #95338C;
}
</style>
border-color css
<style>
span { border-color: #95338C; }
span { border-color: rgb(149,51,140); }
td.TdClassName
{
border-color: #95338C;
}
.TagClassName
{
border-color: #95338C;
}
</style>