Shades of True V #9175CC
Tints of True V #9175CC
RGB
CMYK
RGB Variations
Color information
#9175CC (or 0x9175CC) is known color: True V. HEX triplet: 91, 75 and CC. RGB value is (145,117,204). Sum of RGB (Red+Green+Blue) = 145+117+204=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #9175CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175CC is #6E8A33. Grayscale: #868686. Windows color (decimal): -7244340 or 13399441. OLE color: 13399441.
HSL color Cylindrical-coordinate representation of color #9175CC: hue angle of 259.31º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9175CC is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 117 | 204 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.2 |
| HSL | 259.31º | 0.46% | 0.63% | - |
| HSV(B) | 259.31º | 0.43% | 0.8% | - |
| XYZ | 28.94 | 23.1 | 60.06 | - |
| YUV | 135.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 204 | 0.29 | 0.43 | 0 | 0.2 | 259.31 | 0.46 | 0.63 |
| Hex | 91 | 75 | CC | 1D | 2B | 0 | 14 | 103 | 2E | 3F |
| Octal | 221 | 165 | 314 | 35 | 53 | 0 | 24 | 403 | 56 | 77 |
| Binary | 10010001 | 1110101 | 11001100 | 11101 | 101011 | 0 | 10100 | 100000011 | 101110 | 111111 |
Color Harmonies of #9175CC
Complementary color
Monochromatic Colors of #9175CC
Black with #9175CC
Text Example
Text Example
White with #9175CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175CC; }
p { color: rgb(145,117,204); }
H1.HeaderClassName
{
color: #9175CC;
}
.AnyTagClassName
{
color: #9175CC;
}
</style>
background-color css
<style>
a { background-color: #9175CC; }
a { background-color: rgb(145,117,204); }
div.DivClassName
{
background-color: #9175CC;
}
.BgClassName
{
background-color: #9175CC;
}
</style>
border-color css
<style>
span { border-color: #9175CC; }
span { border-color: rgb(145,117,204); }
td.TdClassName
{
border-color: #9175CC;
}
.TagClassName
{
border-color: #9175CC;
}
</style>