Shades of True V #957EC3
Tints of True V #957EC3
RGB
CMYK
RGB Variations
Color information
#957EC3 (or 0x957EC3) is known color: True V. HEX triplet: 95, 7E and C3. RGB value is (149,126,195). Sum of RGB (Red+Green+Blue) = 149+126+195=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #957EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EC3 is #6A813C. Grayscale: #8C8C8C. Windows color (decimal): -6979901 or 12811925. OLE color: 12811925.
HSL color Cylindrical-coordinate representation of color #957EC3: hue angle of 260º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957EC3 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 126 | 195 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.24 |
| HSL | 260º | 0.37% | 0.63% | - |
| HSV(B) | 260º | 0.35% | 0.76% | - |
| XYZ | 29.71 | 25.25 | 54.94 | - |
| YUV | 140.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 195 | 0.24 | 0.35 | 0 | 0.24 | 260 | 0.37 | 0.63 |
| Hex | 95 | 7E | C3 | 18 | 23 | 0 | 18 | 104 | 25 | 3F |
| Octal | 225 | 176 | 303 | 30 | 43 | 0 | 30 | 404 | 45 | 77 |
| Binary | 10010101 | 1111110 | 11000011 | 11000 | 100011 | 0 | 11000 | 100000100 | 100101 | 111111 |
Color Harmonies of #957EC3
Complementary color
Monochromatic Colors of #957EC3
Black with #957EC3
Text Example
Text Example
White with #957EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EC3; }
p { color: rgb(149,126,195); }
H1.HeaderClassName
{
color: #957EC3;
}
.AnyTagClassName
{
color: #957EC3;
}
</style>
background-color css
<style>
a { background-color: #957EC3; }
a { background-color: rgb(149,126,195); }
div.DivClassName
{
background-color: #957EC3;
}
.BgClassName
{
background-color: #957EC3;
}
</style>
border-color css
<style>
span { border-color: #957EC3; }
span { border-color: rgb(149,126,195); }
td.TdClassName
{
border-color: #957EC3;
}
.TagClassName
{
border-color: #957EC3;
}
</style>