Shades of Vivid Violet #95438D
Tints of Vivid Violet #95438D
RGB
CMYK
RGB Variations
Color information
#95438D (or 0x95438D) is known color: Vivid Violet. HEX triplet: 95, 43 and 8D. RGB value is (149,67,141). Sum of RGB (Red+Green+Blue) = 149+67+141=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95438D is #6ABC72. Grayscale: #636363. Windows color (decimal): -6995059 or 9257877. OLE color: 9257877.
HSL color Cylindrical-coordinate representation of color #95438D: hue angle of 305.85º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95438D is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 141 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.42 |
| HSL | 305.85º | 0.38% | 0.42% | - |
| HSV(B) | 305.85º | 0.55% | 0.58% | - |
| XYZ | 19.21 | 12.33 | 26.57 | - |
| YUV | 99.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 141 | 0 | 0.55 | 0.05 | 0.42 | 305.85 | 0.38 | 0.42 |
| Hex | 95 | 43 | 8D | 0 | 37 | 5 | 2A | 132 | 26 | 2A |
| Octal | 225 | 103 | 215 | 0 | 67 | 5 | 52 | 462 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10001101 | 0 | 110111 | 101 | 101010 | 100110010 | 100110 | 101010 |
Color Harmonies of #95438D
Complementary color
Monochromatic Colors of #95438D
Black with #95438D
Text Example
Text Example
White with #95438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95438D; }
p { color: rgb(149,67,141); }
H1.HeaderClassName
{
color: #95438D;
}
.AnyTagClassName
{
color: #95438D;
}
</style>
background-color css
<style>
a { background-color: #95438D; }
a { background-color: rgb(149,67,141); }
div.DivClassName
{
background-color: #95438D;
}
.BgClassName
{
background-color: #95438D;
}
</style>
border-color css
<style>
span { border-color: #95438D; }
span { border-color: rgb(149,67,141); }
td.TdClassName
{
border-color: #95438D;
}
.TagClassName
{
border-color: #95438D;
}
</style>