Shades of True V #9282CC
Tints of True V #9282CC
RGB
CMYK
RGB Variations
Color information
#9282CC (or 0x9282CC) is known color: True V. HEX triplet: 92, 82 and CC. RGB value is (146,130,204). Sum of RGB (Red+Green+Blue) = 146+130+204=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #9282CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282CC is #6D7D33. Grayscale: #8E8E8E. Windows color (decimal): -7175476 or 13402770. OLE color: 13402770.
HSL color Cylindrical-coordinate representation of color #9282CC: hue angle of 252.97º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9282CC is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 130 | 204 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.2 |
| HSL | 252.97º | 0.42% | 0.65% | - |
| HSV(B) | 252.97º | 0.36% | 0.8% | - |
| XYZ | 30.74 | 26.44 | 60.61 | - |
| YUV | 143.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 204 | 0.28 | 0.36 | 0 | 0.2 | 252.97 | 0.42 | 0.65 |
| Hex | 92 | 82 | CC | 1C | 24 | 0 | 14 | FD | 2A | 41 |
| Octal | 222 | 202 | 314 | 34 | 44 | 0 | 24 | 375 | 52 | 101 |
| Binary | 10010010 | 10000010 | 11001100 | 11100 | 100100 | 0 | 10100 | 11111101 | 101010 | 1000001 |
Color Harmonies of #9282CC
Complementary color
Monochromatic Colors of #9282CC
Black with #9282CC
Text Example
Text Example
White with #9282CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282CC; }
p { color: rgb(146,130,204); }
H1.HeaderClassName
{
color: #9282CC;
}
.AnyTagClassName
{
color: #9282CC;
}
</style>
background-color css
<style>
a { background-color: #9282CC; }
a { background-color: rgb(146,130,204); }
div.DivClassName
{
background-color: #9282CC;
}
.BgClassName
{
background-color: #9282CC;
}
</style>
border-color css
<style>
span { border-color: #9282CC; }
span { border-color: rgb(146,130,204); }
td.TdClassName
{
border-color: #9282CC;
}
.TagClassName
{
border-color: #9282CC;
}
</style>