Shades of True V #9174CE
Tints of True V #9174CE
RGB
CMYK
RGB Variations
Color information
#9174CE (or 0x9174CE) is known color: True V. HEX triplet: 91, 74 and CE. RGB value is (145,116,206). Sum of RGB (Red+Green+Blue) = 145+116+206=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #9174CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174CE is #6E8B31. Grayscale: #868686. Windows color (decimal): -7244594 or 13530257. OLE color: 13530257.
HSL color Cylindrical-coordinate representation of color #9174CE: hue angle of 259.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9174CE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 116 | 206 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.19 |
| HSL | 259.33º | 0.48% | 0.63% | - |
| HSV(B) | 259.33º | 0.44% | 0.81% | - |
| XYZ | 29.06 | 22.97 | 61.29 | - |
| YUV | 134.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 206 | 0.30 | 0.44 | 0 | 0.19 | 259.33 | 0.48 | 0.63 |
| Hex | 91 | 74 | CE | 1E | 2C | 0 | 13 | 103 | 30 | 3F |
| Octal | 221 | 164 | 316 | 36 | 54 | 0 | 23 | 403 | 60 | 77 |
| Binary | 10010001 | 1110100 | 11001110 | 11110 | 101100 | 0 | 10011 | 100000011 | 110000 | 111111 |
Color Harmonies of #9174CE
Complementary color
Monochromatic Colors of #9174CE
Black with #9174CE
Text Example
Text Example
White with #9174CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9174CE; }
p { color: rgb(145,116,206); }
H1.HeaderClassName
{
color: #9174CE;
}
.AnyTagClassName
{
color: #9174CE;
}
</style>
background-color css
<style>
a { background-color: #9174CE; }
a { background-color: rgb(145,116,206); }
div.DivClassName
{
background-color: #9174CE;
}
.BgClassName
{
background-color: #9174CE;
}
</style>
border-color css
<style>
span { border-color: #9174CE; }
span { border-color: rgb(145,116,206); }
td.TdClassName
{
border-color: #9174CE;
}
.TagClassName
{
border-color: #9174CE;
}
</style>