Shades of True V #957DCD
Tints of True V #957DCD
RGB
CMYK
RGB Variations
Color information
#957DCD (or 0x957DCD) is known color: True V. HEX triplet: 95, 7D and CD. RGB value is (149,125,205). Sum of RGB (Red+Green+Blue) = 149+125+205=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #957DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DCD is #6A8232. Grayscale: #8D8D8D. Windows color (decimal): -6980147 or 13467029. OLE color: 13467029.
HSL color Cylindrical-coordinate representation of color #957DCD: hue angle of 258º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957DCD is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 125 | 205 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.20 |
| HSL | 258º | 0.44% | 0.65% | - |
| HSV(B) | 258º | 0.39% | 0.8% | - |
| XYZ | 30.75 | 25.46 | 61.05 | - |
| YUV | 141.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 205 | 0.27 | 0.39 | 0 | 0.20 | 258 | 0.44 | 0.65 |
| Hex | 95 | 7D | CD | 1B | 27 | 0 | 14 | 102 | 2C | 41 |
| Octal | 225 | 175 | 315 | 33 | 47 | 0 | 24 | 402 | 54 | 101 |
| Binary | 10010101 | 1111101 | 11001101 | 11011 | 100111 | 0 | 10100 | 100000010 | 101100 | 1000001 |
Color Harmonies of #957DCD
Complementary color
Monochromatic Colors of #957DCD
Black with #957DCD
Text Example
Text Example
White with #957DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DCD; }
p { color: rgb(149,125,205); }
H1.HeaderClassName
{
color: #957DCD;
}
.AnyTagClassName
{
color: #957DCD;
}
</style>
background-color css
<style>
a { background-color: #957DCD; }
a { background-color: rgb(149,125,205); }
div.DivClassName
{
background-color: #957DCD;
}
.BgClassName
{
background-color: #957DCD;
}
</style>
border-color css
<style>
span { border-color: #957DCD; }
span { border-color: rgb(149,125,205); }
td.TdClassName
{
border-color: #957DCD;
}
.TagClassName
{
border-color: #957DCD;
}
</style>