Shades of True V #917DCB
Tints of True V #917DCB
RGB
CMYK
RGB Variations
Color information
#917DCB (or 0x917DCB) is known color: True V. HEX triplet: 91, 7D and CB. RGB value is (145,125,203). Sum of RGB (Red+Green+Blue) = 145+125+203=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #917DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DCB is #6E8234. Grayscale: #8B8B8B. Windows color (decimal): -7242293 or 13335953. OLE color: 13335953.
HSL color Cylindrical-coordinate representation of color #917DCB: hue angle of 255.38º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #917DCB is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 125 | 203 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.20 |
| HSL | 255.38º | 0.43% | 0.64% | - |
| HSV(B) | 255.38º | 0.38% | 0.8% | - |
| XYZ | 29.79 | 25 | 59.76 | - |
| YUV | 139.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 203 | 0.29 | 0.38 | 0 | 0.20 | 255.38 | 0.43 | 0.64 |
| Hex | 91 | 7D | CB | 1D | 26 | 0 | 14 | FF | 2B | 40 |
| Octal | 221 | 175 | 313 | 35 | 46 | 0 | 24 | 377 | 53 | 100 |
| Binary | 10010001 | 1111101 | 11001011 | 11101 | 100110 | 0 | 10100 | 11111111 | 101011 | 1000000 |
Color Harmonies of #917DCB
Complementary color
Monochromatic Colors of #917DCB
Black with #917DCB
Text Example
Text Example
White with #917DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DCB; }
p { color: rgb(145,125,203); }
H1.HeaderClassName
{
color: #917DCB;
}
.AnyTagClassName
{
color: #917DCB;
}
</style>
background-color css
<style>
a { background-color: #917DCB; }
a { background-color: rgb(145,125,203); }
div.DivClassName
{
background-color: #917DCB;
}
.BgClassName
{
background-color: #917DCB;
}
</style>
border-color css
<style>
span { border-color: #917DCB; }
span { border-color: rgb(145,125,203); }
td.TdClassName
{
border-color: #917DCB;
}
.TagClassName
{
border-color: #917DCB;
}
</style>