Shades of True V #927DD0
Tints of True V #927DD0
RGB
CMYK
RGB Variations
Color information
#927DD0 (or 0x927DD0) is known color: True V. HEX triplet: 92, 7D and D0. RGB value is (146,125,208). Sum of RGB (Red+Green+Blue) = 146+125+208=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #927DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DD0 is #6D822F. Grayscale: #8C8C8C. Windows color (decimal): -7176752 or 13663634. OLE color: 13663634.
HSL color Cylindrical-coordinate representation of color #927DD0: hue angle of 255.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927DD0 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 125 | 208 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.18 |
| HSL | 255.18º | 0.47% | 0.65% | - |
| HSV(B) | 255.18º | 0.4% | 0.82% | - |
| XYZ | 30.57 | 25.33 | 62.95 | - |
| YUV | 140.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 208 | 0.30 | 0.40 | 0 | 0.18 | 255.18 | 0.47 | 0.65 |
| Hex | 92 | 7D | D0 | 1E | 28 | 0 | 12 | FF | 2F | 41 |
| Octal | 222 | 175 | 320 | 36 | 50 | 0 | 22 | 377 | 57 | 101 |
| Binary | 10010010 | 1111101 | 11010000 | 11110 | 101000 | 0 | 10010 | 11111111 | 101111 | 1000001 |
Color Harmonies of #927DD0
Complementary color
Monochromatic Colors of #927DD0
Black with #927DD0
Text Example
Text Example
White with #927DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DD0; }
p { color: rgb(146,125,208); }
H1.HeaderClassName
{
color: #927DD0;
}
.AnyTagClassName
{
color: #927DD0;
}
</style>
background-color css
<style>
a { background-color: #927DD0; }
a { background-color: rgb(146,125,208); }
div.DivClassName
{
background-color: #927DD0;
}
.BgClassName
{
background-color: #927DD0;
}
</style>
border-color css
<style>
span { border-color: #927DD0; }
span { border-color: rgb(146,125,208); }
td.TdClassName
{
border-color: #927DD0;
}
.TagClassName
{
border-color: #927DD0;
}
</style>