Shades of True V #957DCA
Tints of True V #957DCA
RGB
CMYK
RGB Variations
Color information
#957DCA (or 0x957DCA) is known color: True V. HEX triplet: 95, 7D and CA. RGB value is (149,125,202). Sum of RGB (Red+Green+Blue) = 149+125+202=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #957DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DCA is #6A8235. Grayscale: #8C8C8C. Windows color (decimal): -6980150 or 13270421. OLE color: 13270421.
HSL color Cylindrical-coordinate representation of color #957DCA: hue angle of 258.7º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #957DCA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 125 | 202 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.21 |
| HSL | 258.7º | 0.42% | 0.64% | - |
| HSV(B) | 258.7º | 0.38% | 0.79% | - |
| XYZ | 30.39 | 25.32 | 59.16 | - |
| YUV | 140.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 202 | 0.26 | 0.38 | 0 | 0.21 | 258.7 | 0.42 | 0.64 |
| Hex | 95 | 7D | CA | 1A | 26 | 0 | 15 | 103 | 2A | 40 |
| Octal | 225 | 175 | 312 | 32 | 46 | 0 | 25 | 403 | 52 | 100 |
| Binary | 10010101 | 1111101 | 11001010 | 11010 | 100110 | 0 | 10101 | 100000011 | 101010 | 1000000 |
Color Harmonies of #957DCA
Complementary color
Monochromatic Colors of #957DCA
Black with #957DCA
Text Example
Text Example
White with #957DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DCA; }
p { color: rgb(149,125,202); }
H1.HeaderClassName
{
color: #957DCA;
}
.AnyTagClassName
{
color: #957DCA;
}
</style>
background-color css
<style>
a { background-color: #957DCA; }
a { background-color: rgb(149,125,202); }
div.DivClassName
{
background-color: #957DCA;
}
.BgClassName
{
background-color: #957DCA;
}
</style>
border-color css
<style>
span { border-color: #957DCA; }
span { border-color: rgb(149,125,202); }
td.TdClassName
{
border-color: #957DCA;
}
.TagClassName
{
border-color: #957DCA;
}
</style>