Shades of Vivid Violet #953C8F
Tints of Vivid Violet #953C8F
RGB
CMYK
RGB Variations
Color information
#953C8F (or 0x953C8F) is known color: Vivid Violet. HEX triplet: 95, 3C and 8F. RGB value is (149,60,143). Sum of RGB (Red+Green+Blue) = 149+60+143=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #953C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C8F is #6AC370. Grayscale: #5F5F5F. Windows color (decimal): -6996849 or 9387157. OLE color: 9387157.
HSL color Cylindrical-coordinate representation of color #953C8F: hue angle of 304.04º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C8F is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 143 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.42 |
| HSL | 304.05º | 0.43% | 0.41% | - |
| HSV(B) | 304.05º | 0.6% | 0.58% | - |
| XYZ | 18.97 | 11.6 | 27.23 | - |
| YUV | 96.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 143 | 0 | 0.60 | 0.04 | 0.42 | 304.05 | 0.43 | 0.41 |
| Hex | 95 | 3C | 8F | 0 | 3C | 4 | 2A | 130 | 2B | 29 |
| Octal | 225 | 74 | 217 | 0 | 74 | 4 | 52 | 460 | 53 | 51 |
| Binary | 10010101 | 111100 | 10001111 | 0 | 111100 | 100 | 101010 | 100110000 | 101011 | 101001 |
Color Harmonies of #953C8F
Complementary color
Monochromatic Colors of #953C8F
Black with #953C8F
Text Example
Text Example
White with #953C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C8F; }
p { color: rgb(149,60,143); }
H1.HeaderClassName
{
color: #953C8F;
}
.AnyTagClassName
{
color: #953C8F;
}
</style>
background-color css
<style>
a { background-color: #953C8F; }
a { background-color: rgb(149,60,143); }
div.DivClassName
{
background-color: #953C8F;
}
.BgClassName
{
background-color: #953C8F;
}
</style>
border-color css
<style>
span { border-color: #953C8F; }
span { border-color: rgb(149,60,143); }
td.TdClassName
{
border-color: #953C8F;
}
.TagClassName
{
border-color: #953C8F;
}
</style>