Shades of True V #957CCA
Tints of True V #957CCA
RGB
CMYK
RGB Variations
Color information
#957CCA (or 0x957CCA) is known color: True V. HEX triplet: 95, 7C and CA. RGB value is (149,124,202). Sum of RGB (Red+Green+Blue) = 149+124+202=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #957CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CCA is #6A8335. Grayscale: #8C8C8C. Windows color (decimal): -6980406 or 13270165. OLE color: 13270165.
HSL color Cylindrical-coordinate representation of color #957CCA: hue angle of 259.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957CCA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 124 | 202 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.21 |
| HSL | 259.23º | 0.42% | 0.64% | - |
| HSV(B) | 259.23º | 0.39% | 0.79% | - |
| XYZ | 30.26 | 25.07 | 59.12 | - |
| YUV | 140.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 202 | 0.26 | 0.39 | 0 | 0.21 | 259.23 | 0.42 | 0.64 |
| Hex | 95 | 7C | CA | 1A | 27 | 0 | 15 | 103 | 2A | 40 |
| Octal | 225 | 174 | 312 | 32 | 47 | 0 | 25 | 403 | 52 | 100 |
| Binary | 10010101 | 1111100 | 11001010 | 11010 | 100111 | 0 | 10101 | 100000011 | 101010 | 1000000 |
Color Harmonies of #957CCA
Complementary color
Monochromatic Colors of #957CCA
Black with #957CCA
Text Example
Text Example
White with #957CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CCA; }
p { color: rgb(149,124,202); }
H1.HeaderClassName
{
color: #957CCA;
}
.AnyTagClassName
{
color: #957CCA;
}
</style>
background-color css
<style>
a { background-color: #957CCA; }
a { background-color: rgb(149,124,202); }
div.DivClassName
{
background-color: #957CCA;
}
.BgClassName
{
background-color: #957CCA;
}
</style>
border-color css
<style>
span { border-color: #957CCA; }
span { border-color: rgb(149,124,202); }
td.TdClassName
{
border-color: #957CCA;
}
.TagClassName
{
border-color: #957CCA;
}
</style>