Shades of True V #927AD0
Tints of True V #927AD0
RGB
CMYK
RGB Variations
Color information
#927AD0 (or 0x927AD0) is known color: True V. HEX triplet: 92, 7A and D0. RGB value is (146,122,208). Sum of RGB (Red+Green+Blue) = 146+122+208=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #927AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927AD0 is #6D852F. Grayscale: #8A8A8A. Windows color (decimal): -7177520 or 13662866. OLE color: 13662866.
HSL color Cylindrical-coordinate representation of color #927AD0: hue angle of 256.74º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #927AD0 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 122 | 208 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.18 |
| HSL | 256.74º | 0.48% | 0.65% | - |
| HSV(B) | 256.74º | 0.41% | 0.82% | - |
| XYZ | 30.2 | 24.58 | 62.83 | - |
| YUV | 138.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 208 | 0.30 | 0.41 | 0 | 0.18 | 256.74 | 0.48 | 0.65 |
| Hex | 92 | 7A | D0 | 1E | 29 | 0 | 12 | 101 | 30 | 41 |
| Octal | 222 | 172 | 320 | 36 | 51 | 0 | 22 | 401 | 60 | 101 |
| Binary | 10010010 | 1111010 | 11010000 | 11110 | 101001 | 0 | 10010 | 100000001 | 110000 | 1000001 |
Color Harmonies of #927AD0
Complementary color
Monochromatic Colors of #927AD0
Black with #927AD0
Text Example
Text Example
White with #927AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927AD0; }
p { color: rgb(146,122,208); }
H1.HeaderClassName
{
color: #927AD0;
}
.AnyTagClassName
{
color: #927AD0;
}
</style>
background-color css
<style>
a { background-color: #927AD0; }
a { background-color: rgb(146,122,208); }
div.DivClassName
{
background-color: #927AD0;
}
.BgClassName
{
background-color: #927AD0;
}
</style>
border-color css
<style>
span { border-color: #927AD0; }
span { border-color: rgb(146,122,208); }
td.TdClassName
{
border-color: #927AD0;
}
.TagClassName
{
border-color: #927AD0;
}
</style>