Shades of True V #9278C1
Tints of True V #9278C1
RGB
CMYK
RGB Variations
Color information
#9278C1 (or 0x9278C1) is known color: True V. HEX triplet: 92, 78 and C1. RGB value is (146,120,193). Sum of RGB (Red+Green+Blue) = 146+120+193=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #9278C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9278C1 is #6D873E. Grayscale: #878787. Windows color (decimal): -7178047 or 12679314. OLE color: 12679314.
HSL color Cylindrical-coordinate representation of color #9278C1: hue angle of 261.37º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9278C1 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 120 | 193 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.24 |
| HSL | 261.37º | 0.37% | 0.61% | - |
| HSV(B) | 261.37º | 0.38% | 0.76% | - |
| XYZ | 28.2 | 23.39 | 53.48 | - |
| YUV | 136.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 193 | 0.24 | 0.38 | 0 | 0.24 | 261.37 | 0.37 | 0.61 |
| Hex | 92 | 78 | C1 | 18 | 26 | 0 | 18 | 105 | 25 | 3D |
| Octal | 222 | 170 | 301 | 30 | 46 | 0 | 30 | 405 | 45 | 75 |
| Binary | 10010010 | 1111000 | 11000001 | 11000 | 100110 | 0 | 11000 | 100000101 | 100101 | 111101 |
Color Harmonies of #9278C1
Complementary color
Monochromatic Colors of #9278C1
Black with #9278C1
Text Example
Text Example
White with #9278C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278C1; }
p { color: rgb(146,120,193); }
H1.HeaderClassName
{
color: #9278C1;
}
.AnyTagClassName
{
color: #9278C1;
}
</style>
background-color css
<style>
a { background-color: #9278C1; }
a { background-color: rgb(146,120,193); }
div.DivClassName
{
background-color: #9278C1;
}
.BgClassName
{
background-color: #9278C1;
}
</style>
border-color css
<style>
span { border-color: #9278C1; }
span { border-color: rgb(146,120,193); }
td.TdClassName
{
border-color: #9278C1;
}
.TagClassName
{
border-color: #9278C1;
}
</style>