Shades of True V #9281CE
Tints of True V #9281CE
RGB
CMYK
RGB Variations
Color information
#9281CE (or 0x9281CE) is known color: True V. HEX triplet: 92, 81 and CE. RGB value is (146,129,206). Sum of RGB (Red+Green+Blue) = 146+129+206=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #9281CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281CE is #6D7E31. Grayscale: #8E8E8E. Windows color (decimal): -7175730 or 13533586. OLE color: 13533586.
HSL color Cylindrical-coordinate representation of color #9281CE: hue angle of 253.25º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9281CE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 129 | 206 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.19 |
| HSL | 253.25º | 0.44% | 0.66% | - |
| HSV(B) | 253.25º | 0.37% | 0.81% | - |
| XYZ | 30.84 | 26.27 | 61.84 | - |
| YUV | 142.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 206 | 0.29 | 0.37 | 0 | 0.19 | 253.25 | 0.44 | 0.66 |
| Hex | 92 | 81 | CE | 1D | 25 | 0 | 13 | FD | 2C | 42 |
| Octal | 222 | 201 | 316 | 35 | 45 | 0 | 23 | 375 | 54 | 102 |
| Binary | 10010010 | 10000001 | 11001110 | 11101 | 100101 | 0 | 10011 | 11111101 | 101100 | 1000010 |
Color Harmonies of #9281CE
Complementary color
Monochromatic Colors of #9281CE
Black with #9281CE
Text Example
Text Example
White with #9281CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9281CE; }
p { color: rgb(146,129,206); }
H1.HeaderClassName
{
color: #9281CE;
}
.AnyTagClassName
{
color: #9281CE;
}
</style>
background-color css
<style>
a { background-color: #9281CE; }
a { background-color: rgb(146,129,206); }
div.DivClassName
{
background-color: #9281CE;
}
.BgClassName
{
background-color: #9281CE;
}
</style>
border-color css
<style>
span { border-color: #9281CE; }
span { border-color: rgb(146,129,206); }
td.TdClassName
{
border-color: #9281CE;
}
.TagClassName
{
border-color: #9281CE;
}
</style>