Shades of True V #917DCD
Tints of True V #917DCD
RGB
CMYK
RGB Variations
Color information
#917DCD (or 0x917DCD) is known color: True V. HEX triplet: 91, 7D and CD. RGB value is (145,125,205). Sum of RGB (Red+Green+Blue) = 145+125+205=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #917DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DCD is #6E8232. Grayscale: #8B8B8B. Windows color (decimal): -7242291 or 13467025. OLE color: 13467025.
HSL color Cylindrical-coordinate representation of color #917DCD: hue angle of 255º 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 #917DCD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 125 | 205 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.20 |
| HSL | 255º | 0.44% | 0.65% | - |
| HSV(B) | 255º | 0.39% | 0.8% | - |
| XYZ | 30.03 | 25.09 | 61.02 | - |
| YUV | 140.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 205 | 0.29 | 0.39 | 0 | 0.20 | 255 | 0.44 | 0.65 |
| Hex | 91 | 7D | CD | 1D | 27 | 0 | 14 | FF | 2C | 41 |
| Octal | 221 | 175 | 315 | 35 | 47 | 0 | 24 | 377 | 54 | 101 |
| Binary | 10010001 | 1111101 | 11001101 | 11101 | 100111 | 0 | 10100 | 11111111 | 101100 | 1000001 |
Color Harmonies of #917DCD
Complementary color
Monochromatic Colors of #917DCD
Black with #917DCD
Text Example
Text Example
White with #917DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DCD; }
p { color: rgb(145,125,205); }
H1.HeaderClassName
{
color: #917DCD;
}
.AnyTagClassName
{
color: #917DCD;
}
</style>
background-color css
<style>
a { background-color: #917DCD; }
a { background-color: rgb(145,125,205); }
div.DivClassName
{
background-color: #917DCD;
}
.BgClassName
{
background-color: #917DCD;
}
</style>
border-color css
<style>
span { border-color: #917DCD; }
span { border-color: rgb(145,125,205); }
td.TdClassName
{
border-color: #917DCD;
}
.TagClassName
{
border-color: #917DCD;
}
</style>