Shades of True V #917FCA
Tints of True V #917FCA
RGB
CMYK
RGB Variations
Color information
#917FCA (or 0x917FCA) is known color: True V. HEX triplet: 91, 7F and CA. RGB value is (145,127,202). Sum of RGB (Red+Green+Blue) = 145+127+202=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #917FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FCA is #6E8035. Grayscale: #8C8C8C. Windows color (decimal): -7241782 or 13270929. OLE color: 13270929.
HSL color Cylindrical-coordinate representation of color #917FCA: hue angle of 254.4º 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 #917FCA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 127 | 202 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.21 |
| HSL | 254.4º | 0.41% | 0.65% | - |
| HSV(B) | 254.4º | 0.37% | 0.79% | - |
| XYZ | 29.93 | 25.46 | 59.21 | - |
| YUV | 140.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 202 | 0.28 | 0.37 | 0 | 0.21 | 254.4 | 0.41 | 0.65 |
| Hex | 91 | 7F | CA | 1C | 25 | 0 | 15 | FE | 29 | 41 |
| Octal | 221 | 177 | 312 | 34 | 45 | 0 | 25 | 376 | 51 | 101 |
| Binary | 10010001 | 1111111 | 11001010 | 11100 | 100101 | 0 | 10101 | 11111110 | 101001 | 1000001 |
Color Harmonies of #917FCA
Complementary color
Monochromatic Colors of #917FCA
Black with #917FCA
Text Example
Text Example
White with #917FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FCA; }
p { color: rgb(145,127,202); }
H1.HeaderClassName
{
color: #917FCA;
}
.AnyTagClassName
{
color: #917FCA;
}
</style>
background-color css
<style>
a { background-color: #917FCA; }
a { background-color: rgb(145,127,202); }
div.DivClassName
{
background-color: #917FCA;
}
.BgClassName
{
background-color: #917FCA;
}
</style>
border-color css
<style>
span { border-color: #917FCA; }
span { border-color: rgb(145,127,202); }
td.TdClassName
{
border-color: #917FCA;
}
.TagClassName
{
border-color: #917FCA;
}
</style>