Shades of True V #927DC1
Tints of True V #927DC1
RGB
CMYK
RGB Variations
Color information
#927DC1 (or 0x927DC1) is known color: True V. HEX triplet: 92, 7D and C1. RGB value is (146,125,193). Sum of RGB (Red+Green+Blue) = 146+125+193=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #927DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DC1 is #6D823E. Grayscale: #8A8A8A. Windows color (decimal): -7176767 or 12680594. OLE color: 12680594.
HSL color Cylindrical-coordinate representation of color #927DC1: hue angle of 258.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #927DC1 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 125 | 193 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.24 |
| HSL | 258.53º | 0.35% | 0.62% | - |
| HSV(B) | 258.53º | 0.35% | 0.76% | - |
| XYZ | 28.81 | 24.63 | 53.69 | - |
| YUV | 139.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 193 | 0.24 | 0.35 | 0 | 0.24 | 258.53 | 0.35 | 0.62 |
| Hex | 92 | 7D | C1 | 18 | 23 | 0 | 18 | 103 | 23 | 3E |
| Octal | 222 | 175 | 301 | 30 | 43 | 0 | 30 | 403 | 43 | 76 |
| Binary | 10010010 | 1111101 | 11000001 | 11000 | 100011 | 0 | 11000 | 100000011 | 100011 | 111110 |
Color Harmonies of #927DC1
Complementary color
Monochromatic Colors of #927DC1
Black with #927DC1
Text Example
Text Example
White with #927DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DC1; }
p { color: rgb(146,125,193); }
H1.HeaderClassName
{
color: #927DC1;
}
.AnyTagClassName
{
color: #927DC1;
}
</style>
background-color css
<style>
a { background-color: #927DC1; }
a { background-color: rgb(146,125,193); }
div.DivClassName
{
background-color: #927DC1;
}
.BgClassName
{
background-color: #927DC1;
}
</style>
border-color css
<style>
span { border-color: #927DC1; }
span { border-color: rgb(146,125,193); }
td.TdClassName
{
border-color: #927DC1;
}
.TagClassName
{
border-color: #927DC1;
}
</style>