Shades of Vivid Violet #953A90
Tints of Vivid Violet #953A90
RGB
CMYK
RGB Variations
Color information
#953A90 (or 0x953A90) is known color: Vivid Violet. HEX triplet: 95, 3A and 90. RGB value is (149,58,144). Sum of RGB (Red+Green+Blue) = 149+58+144=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #953A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A90 is #6AC56F. Grayscale: #5E5E5E. Windows color (decimal): -6997360 or 9452181. OLE color: 9452181.
HSL color Cylindrical-coordinate representation of color #953A90: hue angle of 303.3º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A90 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 144 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.42 |
| HSL | 303.3º | 0.44% | 0.41% | - |
| HSV(B) | 303.3º | 0.61% | 0.58% | - |
| XYZ | 18.94 | 11.43 | 27.59 | - |
| YUV | 95.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 144 | 0 | 0.61 | 0.03 | 0.42 | 303.3 | 0.44 | 0.41 |
| Hex | 95 | 3A | 90 | 0 | 3D | 3 | 2A | 12F | 2C | 29 |
| Octal | 225 | 72 | 220 | 0 | 75 | 3 | 52 | 457 | 54 | 51 |
| Binary | 10010101 | 111010 | 10010000 | 0 | 111101 | 11 | 101010 | 100101111 | 101100 | 101001 |
Color Harmonies of #953A90
Complementary color
Monochromatic Colors of #953A90
Black with #953A90
Text Example
Text Example
White with #953A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A90; }
p { color: rgb(149,58,144); }
H1.HeaderClassName
{
color: #953A90;
}
.AnyTagClassName
{
color: #953A90;
}
</style>
background-color css
<style>
a { background-color: #953A90; }
a { background-color: rgb(149,58,144); }
div.DivClassName
{
background-color: #953A90;
}
.BgClassName
{
background-color: #953A90;
}
</style>
border-color css
<style>
span { border-color: #953A90; }
span { border-color: rgb(149,58,144); }
td.TdClassName
{
border-color: #953A90;
}
.TagClassName
{
border-color: #953A90;
}
</style>