Shades of True V #917CCB
Tints of True V #917CCB
RGB
CMYK
RGB Variations
Color information
#917CCB (or 0x917CCB) is known color: True V. HEX triplet: 91, 7C and CB. RGB value is (145,124,203). Sum of RGB (Red+Green+Blue) = 145+124+203=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #917CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CCB is #6E8334. Grayscale: #8A8A8A. Windows color (decimal): -7242549 or 13335697. OLE color: 13335697.
HSL color Cylindrical-coordinate representation of color #917CCB: hue angle of 255.95º degrees, saturation: 0.43, 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 #917CCB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 124 | 203 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.20 |
| HSL | 255.95º | 0.43% | 0.64% | - |
| HSV(B) | 255.95º | 0.39% | 0.8% | - |
| XYZ | 29.66 | 24.75 | 59.71 | - |
| YUV | 139.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 203 | 0.29 | 0.39 | 0 | 0.20 | 255.95 | 0.43 | 0.64 |
| Hex | 91 | 7C | CB | 1D | 27 | 0 | 14 | 100 | 2B | 40 |
| Octal | 221 | 174 | 313 | 35 | 47 | 0 | 24 | 400 | 53 | 100 |
| Binary | 10010001 | 1111100 | 11001011 | 11101 | 100111 | 0 | 10100 | 100000000 | 101011 | 1000000 |
Color Harmonies of #917CCB
Complementary color
Monochromatic Colors of #917CCB
Black with #917CCB
Text Example
Text Example
White with #917CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CCB; }
p { color: rgb(145,124,203); }
H1.HeaderClassName
{
color: #917CCB;
}
.AnyTagClassName
{
color: #917CCB;
}
</style>
background-color css
<style>
a { background-color: #917CCB; }
a { background-color: rgb(145,124,203); }
div.DivClassName
{
background-color: #917CCB;
}
.BgClassName
{
background-color: #917CCB;
}
</style>
border-color css
<style>
span { border-color: #917CCB; }
span { border-color: rgb(145,124,203); }
td.TdClassName
{
border-color: #917CCB;
}
.TagClassName
{
border-color: #917CCB;
}
</style>