Shades of True V #927DCA
Tints of True V #927DCA
RGB
CMYK
RGB Variations
Color information
#927DCA (or 0x927DCA) is known color: True V. HEX triplet: 92, 7D and CA. RGB value is (146,125,202). Sum of RGB (Red+Green+Blue) = 146+125+202=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #927DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DCA is #6D8235. Grayscale: #8B8B8B. Windows color (decimal): -7176758 or 13270418. OLE color: 13270418.
HSL color Cylindrical-coordinate representation of color #927DCA: hue angle of 256.36º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927DCA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 125 | 202 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.21 |
| HSL | 256.36º | 0.42% | 0.64% | - |
| HSV(B) | 256.36º | 0.38% | 0.79% | - |
| XYZ | 29.85 | 25.04 | 59.14 | - |
| YUV | 140.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 202 | 0.28 | 0.38 | 0 | 0.21 | 256.36 | 0.42 | 0.64 |
| Hex | 92 | 7D | CA | 1C | 26 | 0 | 15 | 100 | 2A | 40 |
| Octal | 222 | 175 | 312 | 34 | 46 | 0 | 25 | 400 | 52 | 100 |
| Binary | 10010010 | 1111101 | 11001010 | 11100 | 100110 | 0 | 10101 | 100000000 | 101010 | 1000000 |
Color Harmonies of #927DCA
Complementary color
Monochromatic Colors of #927DCA
Black with #927DCA
Text Example
Text Example
White with #927DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DCA; }
p { color: rgb(146,125,202); }
H1.HeaderClassName
{
color: #927DCA;
}
.AnyTagClassName
{
color: #927DCA;
}
</style>
background-color css
<style>
a { background-color: #927DCA; }
a { background-color: rgb(146,125,202); }
div.DivClassName
{
background-color: #927DCA;
}
.BgClassName
{
background-color: #927DCA;
}
</style>
border-color css
<style>
span { border-color: #927DCA; }
span { border-color: rgb(146,125,202); }
td.TdClassName
{
border-color: #927DCA;
}
.TagClassName
{
border-color: #927DCA;
}
</style>