Shades of True V #917CCC
Tints of True V #917CCC
RGB
CMYK
RGB Variations
Color information
#917CCC (or 0x917CCC) is known color: True V. HEX triplet: 91, 7C and CC. RGB value is (145,124,204). Sum of RGB (Red+Green+Blue) = 145+124+204=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #917CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CCC is #6E8333. Grayscale: #8B8B8B. Windows color (decimal): -7242548 or 13401233. OLE color: 13401233.
HSL color Cylindrical-coordinate representation of color #917CCC: hue angle of 255.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 #917CCC is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 124 | 204 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.2 |
| HSL | 255.75º | 0.44% | 0.64% | - |
| HSV(B) | 255.75º | 0.39% | 0.8% | - |
| XYZ | 29.78 | 24.79 | 60.34 | - |
| YUV | 139.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 204 | 0.29 | 0.39 | 0 | 0.2 | 255.75 | 0.44 | 0.64 |
| Hex | 91 | 7C | CC | 1D | 27 | 0 | 14 | 100 | 2C | 40 |
| Octal | 221 | 174 | 314 | 35 | 47 | 0 | 24 | 400 | 54 | 100 |
| Binary | 10010001 | 1111100 | 11001100 | 11101 | 100111 | 0 | 10100 | 100000000 | 101100 | 1000000 |
Color Harmonies of #917CCC
Complementary color
Monochromatic Colors of #917CCC
Black with #917CCC
Text Example
Text Example
White with #917CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CCC; }
p { color: rgb(145,124,204); }
H1.HeaderClassName
{
color: #917CCC;
}
.AnyTagClassName
{
color: #917CCC;
}
</style>
background-color css
<style>
a { background-color: #917CCC; }
a { background-color: rgb(145,124,204); }
div.DivClassName
{
background-color: #917CCC;
}
.BgClassName
{
background-color: #917CCC;
}
</style>
border-color css
<style>
span { border-color: #917CCC; }
span { border-color: rgb(145,124,204); }
td.TdClassName
{
border-color: #917CCC;
}
.TagClassName
{
border-color: #917CCC;
}
</style>