Shades of True V #9280CE
Tints of True V #9280CE
RGB
CMYK
RGB Variations
Color information
#9280CE (or 0x9280CE) is known color: True V. HEX triplet: 92, 80 and CE. RGB value is (146,128,206). Sum of RGB (Red+Green+Blue) = 146+128+206=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #9280CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280CE is #6D7F31. Grayscale: #8D8D8D. Windows color (decimal): -7175986 or 13533330. OLE color: 13533330.
HSL color Cylindrical-coordinate representation of color #9280CE: hue angle of 253.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9280CE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 128 | 206 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.19 |
| HSL | 253.85º | 0.44% | 0.65% | - |
| HSV(B) | 253.85º | 0.38% | 0.81% | - |
| XYZ | 30.71 | 26.01 | 61.79 | - |
| YUV | 142.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 206 | 0.29 | 0.38 | 0 | 0.19 | 253.85 | 0.44 | 0.65 |
| Hex | 92 | 80 | CE | 1D | 26 | 0 | 13 | FE | 2C | 41 |
| Octal | 222 | 200 | 316 | 35 | 46 | 0 | 23 | 376 | 54 | 101 |
| Binary | 10010010 | 10000000 | 11001110 | 11101 | 100110 | 0 | 10011 | 11111110 | 101100 | 1000001 |
Color Harmonies of #9280CE
Complementary color
Monochromatic Colors of #9280CE
Black with #9280CE
Text Example
Text Example
White with #9280CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9280CE; }
p { color: rgb(146,128,206); }
H1.HeaderClassName
{
color: #9280CE;
}
.AnyTagClassName
{
color: #9280CE;
}
</style>
background-color css
<style>
a { background-color: #9280CE; }
a { background-color: rgb(146,128,206); }
div.DivClassName
{
background-color: #9280CE;
}
.BgClassName
{
background-color: #9280CE;
}
</style>
border-color css
<style>
span { border-color: #9280CE; }
span { border-color: rgb(146,128,206); }
td.TdClassName
{
border-color: #9280CE;
}
.TagClassName
{
border-color: #9280CE;
}
</style>