Shades of True V #9175CB
Tints of True V #9175CB
RGB
CMYK
RGB Variations
Color information
#9175CB (or 0x9175CB) is known color: True V. HEX triplet: 91, 75 and CB. RGB value is (145,117,203). Sum of RGB (Red+Green+Blue) = 145+117+203=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #9175CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175CB is #6E8A34. Grayscale: #868686. Windows color (decimal): -7244341 or 13333905. OLE color: 13333905.
HSL color Cylindrical-coordinate representation of color #9175CB: hue angle of 259.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9175CB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 117 | 203 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.20 |
| HSL | 259.53º | 0.45% | 0.63% | - |
| HSV(B) | 259.53º | 0.42% | 0.8% | - |
| XYZ | 28.82 | 23.05 | 59.43 | - |
| YUV | 135.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 203 | 0.29 | 0.42 | 0 | 0.20 | 259.53 | 0.45 | 0.63 |
| Hex | 91 | 75 | CB | 1D | 2A | 0 | 14 | 104 | 2D | 3F |
| Octal | 221 | 165 | 313 | 35 | 52 | 0 | 24 | 404 | 55 | 77 |
| Binary | 10010001 | 1110101 | 11001011 | 11101 | 101010 | 0 | 10100 | 100000100 | 101101 | 111111 |
Color Harmonies of #9175CB
Complementary color
Monochromatic Colors of #9175CB
Black with #9175CB
Text Example
Text Example
White with #9175CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175CB; }
p { color: rgb(145,117,203); }
H1.HeaderClassName
{
color: #9175CB;
}
.AnyTagClassName
{
color: #9175CB;
}
</style>
background-color css
<style>
a { background-color: #9175CB; }
a { background-color: rgb(145,117,203); }
div.DivClassName
{
background-color: #9175CB;
}
.BgClassName
{
background-color: #9175CB;
}
</style>
border-color css
<style>
span { border-color: #9175CB; }
span { border-color: rgb(145,117,203); }
td.TdClassName
{
border-color: #9175CB;
}
.TagClassName
{
border-color: #9175CB;
}
</style>