Shades of True V #9280CC
Tints of True V #9280CC
RGB
CMYK
RGB Variations
Color information
#9280CC (or 0x9280CC) is known color: True V. HEX triplet: 92, 80 and CC. RGB value is (146,128,204). Sum of RGB (Red+Green+Blue) = 146+128+204=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #9280CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280CC is #6D7F33. Grayscale: #8D8D8D. Windows color (decimal): -7175988 or 13402258. OLE color: 13402258.
HSL color Cylindrical-coordinate representation of color #9280CC: hue angle of 254.21º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9280CC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 128 | 204 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.2 |
| HSL | 254.21º | 0.43% | 0.65% | - |
| HSV(B) | 254.21º | 0.37% | 0.8% | - |
| XYZ | 30.47 | 25.91 | 60.52 | - |
| YUV | 142.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 204 | 0.28 | 0.37 | 0 | 0.2 | 254.21 | 0.43 | 0.65 |
| Hex | 92 | 80 | CC | 1C | 25 | 0 | 14 | FE | 2B | 41 |
| Octal | 222 | 200 | 314 | 34 | 45 | 0 | 24 | 376 | 53 | 101 |
| Binary | 10010010 | 10000000 | 11001100 | 11100 | 100101 | 0 | 10100 | 11111110 | 101011 | 1000001 |
Color Harmonies of #9280CC
Complementary color
Monochromatic Colors of #9280CC
Black with #9280CC
Text Example
Text Example
White with #9280CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9280CC; }
p { color: rgb(146,128,204); }
H1.HeaderClassName
{
color: #9280CC;
}
.AnyTagClassName
{
color: #9280CC;
}
</style>
background-color css
<style>
a { background-color: #9280CC; }
a { background-color: rgb(146,128,204); }
div.DivClassName
{
background-color: #9280CC;
}
.BgClassName
{
background-color: #9280CC;
}
</style>
border-color css
<style>
span { border-color: #9280CC; }
span { border-color: rgb(146,128,204); }
td.TdClassName
{
border-color: #9280CC;
}
.TagClassName
{
border-color: #9280CC;
}
</style>