Shades of True V #9180CA
Tints of True V #9180CA
RGB
CMYK
RGB Variations
Color information
#9180CA (or 0x9180CA) is known color: True V. HEX triplet: 91, 80 and CA. RGB value is (145,128,202). Sum of RGB (Red+Green+Blue) = 145+128+202=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #9180CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180CA is #6E7F35. Grayscale: #8D8D8D. Windows color (decimal): -7241526 or 13271185. OLE color: 13271185.
HSL color Cylindrical-coordinate representation of color #9180CA: hue angle of 253.78º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9180CA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 128 | 202 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.21 |
| HSL | 253.78º | 0.41% | 0.65% | - |
| HSV(B) | 253.78º | 0.37% | 0.79% | - |
| XYZ | 30.06 | 25.72 | 59.26 | - |
| YUV | 141.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 202 | 0.28 | 0.37 | 0 | 0.21 | 253.78 | 0.41 | 0.65 |
| Hex | 91 | 80 | CA | 1C | 25 | 0 | 15 | FE | 29 | 41 |
| Octal | 221 | 200 | 312 | 34 | 45 | 0 | 25 | 376 | 51 | 101 |
| Binary | 10010001 | 10000000 | 11001010 | 11100 | 100101 | 0 | 10101 | 11111110 | 101001 | 1000001 |
Color Harmonies of #9180CA
Complementary color
Monochromatic Colors of #9180CA
Black with #9180CA
Text Example
Text Example
White with #9180CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180CA; }
p { color: rgb(145,128,202); }
H1.HeaderClassName
{
color: #9180CA;
}
.AnyTagClassName
{
color: #9180CA;
}
</style>
background-color css
<style>
a { background-color: #9180CA; }
a { background-color: rgb(145,128,202); }
div.DivClassName
{
background-color: #9180CA;
}
.BgClassName
{
background-color: #9180CA;
}
</style>
border-color css
<style>
span { border-color: #9180CA; }
span { border-color: rgb(145,128,202); }
td.TdClassName
{
border-color: #9180CA;
}
.TagClassName
{
border-color: #9180CA;
}
</style>