Shades of True V #9281CD
Tints of True V #9281CD
RGB
CMYK
RGB Variations
Color information
#9281CD (or 0x9281CD) is known color: True V. HEX triplet: 92, 81 and CD. RGB value is (146,129,205). Sum of RGB (Red+Green+Blue) = 146+129+205=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #9281CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281CD is #6D7E32. Grayscale: #8E8E8E. Windows color (decimal): -7175731 or 13468050. OLE color: 13468050.
HSL color Cylindrical-coordinate representation of color #9281CD: hue angle of 253.42º 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 #9281CD is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 129 | 205 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.20 |
| HSL | 253.42º | 0.43% | 0.65% | - |
| HSV(B) | 253.42º | 0.37% | 0.8% | - |
| XYZ | 30.72 | 26.22 | 61.2 | - |
| YUV | 142.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 205 | 0.29 | 0.37 | 0 | 0.20 | 253.42 | 0.43 | 0.65 |
| Hex | 92 | 81 | CD | 1D | 25 | 0 | 14 | FD | 2B | 41 |
| Octal | 222 | 201 | 315 | 35 | 45 | 0 | 24 | 375 | 53 | 101 |
| Binary | 10010010 | 10000001 | 11001101 | 11101 | 100101 | 0 | 10100 | 11111101 | 101011 | 1000001 |
Color Harmonies of #9281CD
Complementary color
Monochromatic Colors of #9281CD
Black with #9281CD
Text Example
Text Example
White with #9281CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9281CD; }
p { color: rgb(146,129,205); }
H1.HeaderClassName
{
color: #9281CD;
}
.AnyTagClassName
{
color: #9281CD;
}
</style>
background-color css
<style>
a { background-color: #9281CD; }
a { background-color: rgb(146,129,205); }
div.DivClassName
{
background-color: #9281CD;
}
.BgClassName
{
background-color: #9281CD;
}
</style>
border-color css
<style>
span { border-color: #9281CD; }
span { border-color: rgb(146,129,205); }
td.TdClassName
{
border-color: #9281CD;
}
.TagClassName
{
border-color: #9281CD;
}
</style>