Shades of True V #9280C1
Tints of True V #9280C1
RGB
CMYK
RGB Variations
Color information
#9280C1 (or 0x9280C1) is known color: True V. HEX triplet: 92, 80 and C1. RGB value is (146,128,193). Sum of RGB (Red+Green+Blue) = 146+128+193=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #9280C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280C1 is #6D7F3E. Grayscale: #8C8C8C. Windows color (decimal): -7175999 or 12681362. OLE color: 12681362.
HSL color Cylindrical-coordinate representation of color #9280C1: hue angle of 256.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9280C1 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 128 | 193 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.24 |
| HSL | 256.62º | 0.34% | 0.63% | - |
| HSV(B) | 256.62º | 0.34% | 0.76% | - |
| XYZ | 29.2 | 25.4 | 53.82 | - |
| YUV | 140.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 193 | 0.24 | 0.34 | 0 | 0.24 | 256.62 | 0.34 | 0.63 |
| Hex | 92 | 80 | C1 | 18 | 22 | 0 | 18 | 101 | 22 | 3F |
| Octal | 222 | 200 | 301 | 30 | 42 | 0 | 30 | 401 | 42 | 77 |
| Binary | 10010010 | 10000000 | 11000001 | 11000 | 100010 | 0 | 11000 | 100000001 | 100010 | 111111 |
Color Harmonies of #9280C1
Complementary color
Monochromatic Colors of #9280C1
Black with #9280C1
Text Example
Text Example
White with #9280C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9280C1; }
p { color: rgb(146,128,193); }
H1.HeaderClassName
{
color: #9280C1;
}
.AnyTagClassName
{
color: #9280C1;
}
</style>
background-color css
<style>
a { background-color: #9280C1; }
a { background-color: rgb(146,128,193); }
div.DivClassName
{
background-color: #9280C1;
}
.BgClassName
{
background-color: #9280C1;
}
</style>
border-color css
<style>
span { border-color: #9280C1; }
span { border-color: rgb(146,128,193); }
td.TdClassName
{
border-color: #9280C1;
}
.TagClassName
{
border-color: #9280C1;
}
</style>