Shades of True V #957CCC
Tints of True V #957CCC
RGB
CMYK
RGB Variations
Color information
#957CCC (or 0x957CCC) is known color: True V. HEX triplet: 95, 7C and CC. RGB value is (149,124,204). Sum of RGB (Red+Green+Blue) = 149+124+204=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #957CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CCC is #6A8333. Grayscale: #8C8C8C. Windows color (decimal): -6980404 or 13401237. OLE color: 13401237.
HSL color Cylindrical-coordinate representation of color #957CCC: hue angle of 258.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957CCC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 124 | 204 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.2 |
| HSL | 258.75º | 0.44% | 0.64% | - |
| HSV(B) | 258.75º | 0.39% | 0.8% | - |
| XYZ | 30.5 | 25.16 | 60.38 | - |
| YUV | 140.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 204 | 0.27 | 0.39 | 0 | 0.2 | 258.75 | 0.44 | 0.64 |
| Hex | 95 | 7C | CC | 1B | 27 | 0 | 14 | 103 | 2C | 40 |
| Octal | 225 | 174 | 314 | 33 | 47 | 0 | 24 | 403 | 54 | 100 |
| Binary | 10010101 | 1111100 | 11001100 | 11011 | 100111 | 0 | 10100 | 100000011 | 101100 | 1000000 |
Color Harmonies of #957CCC
Complementary color
Monochromatic Colors of #957CCC
Black with #957CCC
Text Example
Text Example
White with #957CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CCC; }
p { color: rgb(149,124,204); }
H1.HeaderClassName
{
color: #957CCC;
}
.AnyTagClassName
{
color: #957CCC;
}
</style>
background-color css
<style>
a { background-color: #957CCC; }
a { background-color: rgb(149,124,204); }
div.DivClassName
{
background-color: #957CCC;
}
.BgClassName
{
background-color: #957CCC;
}
</style>
border-color css
<style>
span { border-color: #957CCC; }
span { border-color: rgb(149,124,204); }
td.TdClassName
{
border-color: #957CCC;
}
.TagClassName
{
border-color: #957CCC;
}
</style>