Shades of True V #9279C3
Tints of True V #9279C3
RGB
CMYK
RGB Variations
Color information
#9279C3 (or 0x9279C3) is known color: True V. HEX triplet: 92, 79 and C3. RGB value is (146,121,195). Sum of RGB (Red+Green+Blue) = 146+121+195=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #9279C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9279C3 is #6D863C. Grayscale: #888888. Windows color (decimal): -7177789 or 12810642. OLE color: 12810642.
HSL color Cylindrical-coordinate representation of color #9279C3: hue angle of 260.27º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9279C3 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 121 | 195 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.24 |
| HSL | 260.27º | 0.38% | 0.62% | - |
| HSV(B) | 260.27º | 0.38% | 0.76% | - |
| XYZ | 28.54 | 23.73 | 54.71 | - |
| YUV | 136.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 121 | 195 | 0.25 | 0.38 | 0 | 0.24 | 260.27 | 0.38 | 0.62 |
| Hex | 92 | 79 | C3 | 19 | 26 | 0 | 18 | 104 | 26 | 3E |
| Octal | 222 | 171 | 303 | 31 | 46 | 0 | 30 | 404 | 46 | 76 |
| Binary | 10010010 | 1111001 | 11000011 | 11001 | 100110 | 0 | 11000 | 100000100 | 100110 | 111110 |
Color Harmonies of #9279C3
Complementary color
Monochromatic Colors of #9279C3
Black with #9279C3
Text Example
Text Example
White with #9279C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9279C3; }
p { color: rgb(146,121,195); }
H1.HeaderClassName
{
color: #9279C3;
}
.AnyTagClassName
{
color: #9279C3;
}
</style>
background-color css
<style>
a { background-color: #9279C3; }
a { background-color: rgb(146,121,195); }
div.DivClassName
{
background-color: #9279C3;
}
.BgClassName
{
background-color: #9279C3;
}
</style>
border-color css
<style>
span { border-color: #9279C3; }
span { border-color: rgb(146,121,195); }
td.TdClassName
{
border-color: #9279C3;
}
.TagClassName
{
border-color: #9279C3;
}
</style>