Shades of True V #9180CC
Tints of True V #9180CC
RGB
CMYK
RGB Variations
Color information
#9180CC (or 0x9180CC) is known color: True V. HEX triplet: 91, 80 and CC. RGB value is (145,128,204). Sum of RGB (Red+Green+Blue) = 145+128+204=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #9180CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180CC is #6E7F33. Grayscale: #8D8D8D. Windows color (decimal): -7241524 or 13402257. OLE color: 13402257.
HSL color Cylindrical-coordinate representation of color #9180CC: hue angle of 253.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9180CC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 128 | 204 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.2 |
| HSL | 253.42º | 0.43% | 0.65% | - |
| HSV(B) | 253.42º | 0.37% | 0.8% | - |
| XYZ | 30.3 | 25.82 | 60.51 | - |
| YUV | 141.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 204 | 0.29 | 0.37 | 0 | 0.2 | 253.42 | 0.43 | 0.65 |
| Hex | 91 | 80 | CC | 1D | 25 | 0 | 14 | FD | 2B | 41 |
| Octal | 221 | 200 | 314 | 35 | 45 | 0 | 24 | 375 | 53 | 101 |
| Binary | 10010001 | 10000000 | 11001100 | 11101 | 100101 | 0 | 10100 | 11111101 | 101011 | 1000001 |
Color Harmonies of #9180CC
Complementary color
Monochromatic Colors of #9180CC
Black with #9180CC
Text Example
Text Example
White with #9180CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180CC; }
p { color: rgb(145,128,204); }
H1.HeaderClassName
{
color: #9180CC;
}
.AnyTagClassName
{
color: #9180CC;
}
</style>
background-color css
<style>
a { background-color: #9180CC; }
a { background-color: rgb(145,128,204); }
div.DivClassName
{
background-color: #9180CC;
}
.BgClassName
{
background-color: #9180CC;
}
</style>
border-color css
<style>
span { border-color: #9180CC; }
span { border-color: rgb(145,128,204); }
td.TdClassName
{
border-color: #9180CC;
}
.TagClassName
{
border-color: #9180CC;
}
</style>