Shades of Vivid Violet #953B8F
Tints of Vivid Violet #953B8F
RGB
CMYK
RGB Variations
Color information
#953B8F (or 0x953B8F) is known color: Vivid Violet. HEX triplet: 95, 3B and 8F. RGB value is (149,59,143). Sum of RGB (Red+Green+Blue) = 149+59+143=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #953B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953B8F is #6AC470. Grayscale: #5F5F5F. Windows color (decimal): -6997105 or 9386901. OLE color: 9386901.
HSL color Cylindrical-coordinate representation of color #953B8F: hue angle of 304º 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 #953B8F is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 143 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.42 |
| HSL | 304º | 0.43% | 0.41% | - |
| HSV(B) | 304º | 0.6% | 0.58% | - |
| XYZ | 18.92 | 11.5 | 27.21 | - |
| YUV | 95.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 143 | 0 | 0.60 | 0.04 | 0.42 | 304 | 0.43 | 0.41 |
| Hex | 95 | 3B | 8F | 0 | 3C | 4 | 2A | 130 | 2B | 29 |
| Octal | 225 | 73 | 217 | 0 | 74 | 4 | 52 | 460 | 53 | 51 |
| Binary | 10010101 | 111011 | 10001111 | 0 | 111100 | 100 | 101010 | 100110000 | 101011 | 101001 |
Color Harmonies of #953B8F
Complementary color
Monochromatic Colors of #953B8F
Black with #953B8F
Text Example
Text Example
White with #953B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B8F; }
p { color: rgb(149,59,143); }
H1.HeaderClassName
{
color: #953B8F;
}
.AnyTagClassName
{
color: #953B8F;
}
</style>
background-color css
<style>
a { background-color: #953B8F; }
a { background-color: rgb(149,59,143); }
div.DivClassName
{
background-color: #953B8F;
}
.BgClassName
{
background-color: #953B8F;
}
</style>
border-color css
<style>
span { border-color: #953B8F; }
span { border-color: rgb(149,59,143); }
td.TdClassName
{
border-color: #953B8F;
}
.TagClassName
{
border-color: #953B8F;
}
</style>