Shades of True V #9175CF
Tints of True V #9175CF
RGB
CMYK
RGB Variations
Color information
#9175CF (or 0x9175CF) is known color: True V. HEX triplet: 91, 75 and CF. RGB value is (145,117,207). Sum of RGB (Red+Green+Blue) = 145+117+207=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9175CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175CF is #6E8A30. Grayscale: #878787. Windows color (decimal): -7244337 or 13596049. OLE color: 13596049.
HSL color Cylindrical-coordinate representation of color #9175CF: hue angle of 258.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9175CF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 117 | 207 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.19 |
| HSL | 258.67º | 0.48% | 0.64% | - |
| HSV(B) | 258.67º | 0.43% | 0.81% | - |
| XYZ | 29.3 | 23.25 | 61.97 | - |
| YUV | 135.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 207 | 0.30 | 0.43 | 0 | 0.19 | 258.67 | 0.48 | 0.64 |
| Hex | 91 | 75 | CF | 1E | 2B | 0 | 13 | 103 | 30 | 40 |
| Octal | 221 | 165 | 317 | 36 | 53 | 0 | 23 | 403 | 60 | 100 |
| Binary | 10010001 | 1110101 | 11001111 | 11110 | 101011 | 0 | 10011 | 100000011 | 110000 | 1000000 |
Color Harmonies of #9175CF
Complementary color
Monochromatic Colors of #9175CF
Black with #9175CF
Text Example
Text Example
White with #9175CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175CF; }
p { color: rgb(145,117,207); }
H1.HeaderClassName
{
color: #9175CF;
}
.AnyTagClassName
{
color: #9175CF;
}
</style>
background-color css
<style>
a { background-color: #9175CF; }
a { background-color: rgb(145,117,207); }
div.DivClassName
{
background-color: #9175CF;
}
.BgClassName
{
background-color: #9175CF;
}
</style>
border-color css
<style>
span { border-color: #9175CF; }
span { border-color: rgb(145,117,207); }
td.TdClassName
{
border-color: #9175CF;
}
.TagClassName
{
border-color: #9175CF;
}
</style>