Shades of True V #9278C7
Tints of True V #9278C7
RGB
CMYK
RGB Variations
Color information
#9278C7 (or 0x9278C7) is known color: True V. HEX triplet: 92, 78 and C7. RGB value is (146,120,199). Sum of RGB (Red+Green+Blue) = 146+120+199=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #9278C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9278C7 is #6D8738. Grayscale: #888888. Windows color (decimal): -7178041 or 13072530. OLE color: 13072530.
HSL color Cylindrical-coordinate representation of color #9278C7: hue angle of 259.75º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9278C7 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 120 | 199 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.22 |
| HSL | 259.75º | 0.41% | 0.63% | - |
| HSV(B) | 259.75º | 0.4% | 0.78% | - |
| XYZ | 28.88 | 23.67 | 57.08 | - |
| YUV | 136.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 199 | 0.27 | 0.40 | 0 | 0.22 | 259.75 | 0.41 | 0.63 |
| Hex | 92 | 78 | C7 | 1B | 28 | 0 | 16 | 104 | 29 | 3F |
| Octal | 222 | 170 | 307 | 33 | 50 | 0 | 26 | 404 | 51 | 77 |
| Binary | 10010010 | 1111000 | 11000111 | 11011 | 101000 | 0 | 10110 | 100000100 | 101001 | 111111 |
Color Harmonies of #9278C7
Complementary color
Monochromatic Colors of #9278C7
Black with #9278C7
Text Example
Text Example
White with #9278C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278C7; }
p { color: rgb(146,120,199); }
H1.HeaderClassName
{
color: #9278C7;
}
.AnyTagClassName
{
color: #9278C7;
}
</style>
background-color css
<style>
a { background-color: #9278C7; }
a { background-color: rgb(146,120,199); }
div.DivClassName
{
background-color: #9278C7;
}
.BgClassName
{
background-color: #9278C7;
}
</style>
border-color css
<style>
span { border-color: #9278C7; }
span { border-color: rgb(146,120,199); }
td.TdClassName
{
border-color: #9278C7;
}
.TagClassName
{
border-color: #9278C7;
}
</style>