Shades of Vivid Violet #952693
Tints of Vivid Violet #952693
RGB
CMYK
RGB Variations
Color information
#952693 (or 0x952693) is known color: Vivid Violet. HEX triplet: 95, 26 and 93. RGB value is (149,38,147). Sum of RGB (Red+Green+Blue) = 149+38+147=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952693 is #6AD96C. Grayscale: #535353. Windows color (decimal): -7002477 or 9643669. OLE color: 9643669.
HSL color Cylindrical-coordinate representation of color #952693: hue angle of 301.08º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952693 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 147 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.42 |
| HSL | 301.08º | 0.59% | 0.37% | - |
| HSV(B) | 301.08º | 0.74% | 0.58% | - |
| XYZ | 18.35 | 9.88 | 28.54 | - |
| YUV | 83.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 147 | 0 | 0.74 | 0.01 | 0.42 | 301.08 | 0.59 | 0.37 |
| Hex | 95 | 26 | 93 | 0 | 4A | 1 | 2A | 12D | 3B | 25 |
| Octal | 225 | 46 | 223 | 0 | 112 | 1 | 52 | 455 | 73 | 45 |
| Binary | 10010101 | 100110 | 10010011 | 0 | 1001010 | 1 | 101010 | 100101101 | 111011 | 100101 |
Color Harmonies of #952693
Complementary color
Monochromatic Colors of #952693
Black with #952693
Text Example
Text Example
White with #952693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952693; }
p { color: rgb(149,38,147); }
H1.HeaderClassName
{
color: #952693;
}
.AnyTagClassName
{
color: #952693;
}
</style>
background-color css
<style>
a { background-color: #952693; }
a { background-color: rgb(149,38,147); }
div.DivClassName
{
background-color: #952693;
}
.BgClassName
{
background-color: #952693;
}
</style>
border-color css
<style>
span { border-color: #952693; }
span { border-color: rgb(149,38,147); }
td.TdClassName
{
border-color: #952693;
}
.TagClassName
{
border-color: #952693;
}
</style>