Shades of Vivid Violet #954390
Tints of Vivid Violet #954390
RGB
CMYK
RGB Variations
Color information
#954390 (or 0x954390) is known color: Vivid Violet. HEX triplet: 95, 43 and 90. RGB value is (149,67,144). Sum of RGB (Red+Green+Blue) = 149+67+144=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #954390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954390 is #6ABC6F. Grayscale: #646464. Windows color (decimal): -6995056 or 9454485. OLE color: 9454485.
HSL color Cylindrical-coordinate representation of color #954390: hue angle of 303.66º 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 #954390 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 144 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.42 |
| HSL | 303.66º | 0.38% | 0.42% | - |
| HSV(B) | 303.66º | 0.55% | 0.58% | - |
| XYZ | 19.44 | 12.42 | 27.76 | - |
| YUV | 100.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 144 | 0 | 0.55 | 0.03 | 0.42 | 303.66 | 0.38 | 0.42 |
| Hex | 95 | 43 | 90 | 0 | 37 | 3 | 2A | 130 | 26 | 2A |
| Octal | 225 | 103 | 220 | 0 | 67 | 3 | 52 | 460 | 46 | 52 |
| Binary | 10010101 | 1000011 | 10010000 | 0 | 110111 | 11 | 101010 | 100110000 | 100110 | 101010 |
Color Harmonies of #954390
Complementary color
Monochromatic Colors of #954390
Black with #954390
Text Example
Text Example
White with #954390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954390; }
p { color: rgb(149,67,144); }
H1.HeaderClassName
{
color: #954390;
}
.AnyTagClassName
{
color: #954390;
}
</style>
background-color css
<style>
a { background-color: #954390; }
a { background-color: rgb(149,67,144); }
div.DivClassName
{
background-color: #954390;
}
.BgClassName
{
background-color: #954390;
}
</style>
border-color css
<style>
span { border-color: #954390; }
span { border-color: rgb(149,67,144); }
td.TdClassName
{
border-color: #954390;
}
.TagClassName
{
border-color: #954390;
}
</style>