Shades of True V #9281CC
Tints of True V #9281CC
RGB
CMYK
RGB Variations
Color information
#9281CC (or 0x9281CC) is known color: True V. HEX triplet: 92, 81 and CC. RGB value is (146,129,204). Sum of RGB (Red+Green+Blue) = 146+129+204=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #9281CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281CC is #6D7E33. Grayscale: #8E8E8E. Windows color (decimal): -7175732 or 13402514. OLE color: 13402514.
HSL color Cylindrical-coordinate representation of color #9281CC: hue angle of 253.6º degrees, saturation: 0.42, 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 #9281CC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 129 | 204 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.2 |
| HSL | 253.6º | 0.42% | 0.65% | - |
| HSV(B) | 253.6º | 0.37% | 0.8% | - |
| XYZ | 30.6 | 26.17 | 60.57 | - |
| YUV | 142.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 204 | 0.28 | 0.37 | 0 | 0.2 | 253.6 | 0.42 | 0.65 |
| Hex | 92 | 81 | CC | 1C | 25 | 0 | 14 | FE | 2A | 41 |
| Octal | 222 | 201 | 314 | 34 | 45 | 0 | 24 | 376 | 52 | 101 |
| Binary | 10010010 | 10000001 | 11001100 | 11100 | 100101 | 0 | 10100 | 11111110 | 101010 | 1000001 |
Color Harmonies of #9281CC
Complementary color
Monochromatic Colors of #9281CC
Black with #9281CC
Text Example
Text Example
White with #9281CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9281CC; }
p { color: rgb(146,129,204); }
H1.HeaderClassName
{
color: #9281CC;
}
.AnyTagClassName
{
color: #9281CC;
}
</style>
background-color css
<style>
a { background-color: #9281CC; }
a { background-color: rgb(146,129,204); }
div.DivClassName
{
background-color: #9281CC;
}
.BgClassName
{
background-color: #9281CC;
}
</style>
border-color css
<style>
span { border-color: #9281CC; }
span { border-color: rgb(146,129,204); }
td.TdClassName
{
border-color: #9281CC;
}
.TagClassName
{
border-color: #9281CC;
}
</style>