Shades of True V #9278CE
Tints of True V #9278CE
RGB
CMYK
RGB Variations
Color information
#9278CE (or 0x9278CE) is known color: True V. HEX triplet: 92, 78 and CE. RGB value is (146,120,206). Sum of RGB (Red+Green+Blue) = 146+120+206=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9278CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9278CE is #6D8731. Grayscale: #898989. Windows color (decimal): -7178034 or 13531282. OLE color: 13531282.
HSL color Cylindrical-coordinate representation of color #9278CE: hue angle of 258.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9278CE is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 120 | 206 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.19 |
| HSL | 258.14º | 0.47% | 0.64% | - |
| HSV(B) | 258.14º | 0.42% | 0.81% | - |
| XYZ | 29.71 | 24 | 61.46 | - |
| YUV | 137.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 206 | 0.29 | 0.42 | 0 | 0.19 | 258.14 | 0.47 | 0.64 |
| Hex | 92 | 78 | CE | 1D | 2A | 0 | 13 | 102 | 2F | 40 |
| Octal | 222 | 170 | 316 | 35 | 52 | 0 | 23 | 402 | 57 | 100 |
| Binary | 10010010 | 1111000 | 11001110 | 11101 | 101010 | 0 | 10011 | 100000010 | 101111 | 1000000 |
Color Harmonies of #9278CE
Complementary color
Monochromatic Colors of #9278CE
Black with #9278CE
Text Example
Text Example
White with #9278CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278CE; }
p { color: rgb(146,120,206); }
H1.HeaderClassName
{
color: #9278CE;
}
.AnyTagClassName
{
color: #9278CE;
}
</style>
background-color css
<style>
a { background-color: #9278CE; }
a { background-color: rgb(146,120,206); }
div.DivClassName
{
background-color: #9278CE;
}
.BgClassName
{
background-color: #9278CE;
}
</style>
border-color css
<style>
span { border-color: #9278CE; }
span { border-color: rgb(146,120,206); }
td.TdClassName
{
border-color: #9278CE;
}
.TagClassName
{
border-color: #9278CE;
}
</style>