Shades of True V #9175CD
Tints of True V #9175CD
RGB
CMYK
RGB Variations
Color information
#9175CD (or 0x9175CD) is known color: True V. HEX triplet: 91, 75 and CD. RGB value is (145,117,205). Sum of RGB (Red+Green+Blue) = 145+117+205=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #9175CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175CD is #6E8A32. Grayscale: #878787. Windows color (decimal): -7244339 or 13464977. OLE color: 13464977.
HSL color Cylindrical-coordinate representation of color #9175CD: hue angle of 259.09º degrees, saturation: 0.47, 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 #9175CD is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 117 | 205 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.20 |
| HSL | 259.09º | 0.47% | 0.63% | - |
| HSV(B) | 259.09º | 0.43% | 0.8% | - |
| XYZ | 29.06 | 23.15 | 60.69 | - |
| YUV | 135.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 205 | 0.29 | 0.43 | 0 | 0.20 | 259.09 | 0.47 | 0.63 |
| Hex | 91 | 75 | CD | 1D | 2B | 0 | 14 | 103 | 2F | 3F |
| Octal | 221 | 165 | 315 | 35 | 53 | 0 | 24 | 403 | 57 | 77 |
| Binary | 10010001 | 1110101 | 11001101 | 11101 | 101011 | 0 | 10100 | 100000011 | 101111 | 111111 |
Color Harmonies of #9175CD
Complementary color
Monochromatic Colors of #9175CD
Black with #9175CD
Text Example
Text Example
White with #9175CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175CD; }
p { color: rgb(145,117,205); }
H1.HeaderClassName
{
color: #9175CD;
}
.AnyTagClassName
{
color: #9175CD;
}
</style>
background-color css
<style>
a { background-color: #9175CD; }
a { background-color: rgb(145,117,205); }
div.DivClassName
{
background-color: #9175CD;
}
.BgClassName
{
background-color: #9175CD;
}
</style>
border-color css
<style>
span { border-color: #9175CD; }
span { border-color: rgb(145,117,205); }
td.TdClassName
{
border-color: #9175CD;
}
.TagClassName
{
border-color: #9175CD;
}
</style>