Shades of True V #927DCD
Tints of True V #927DCD
RGB
CMYK
RGB Variations
Color information
#927DCD (or 0x927DCD) is known color: True V. HEX triplet: 92, 7D and CD. RGB value is (146,125,205). Sum of RGB (Red+Green+Blue) = 146+125+205=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #927DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DCD is #6D8232. Grayscale: #8C8C8C. Windows color (decimal): -7176755 or 13467026. OLE color: 13467026.
HSL color Cylindrical-coordinate representation of color #927DCD: hue angle of 255.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927DCD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 125 | 205 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.20 |
| HSL | 255.75º | 0.44% | 0.65% | - |
| HSV(B) | 255.75º | 0.39% | 0.8% | - |
| XYZ | 30.21 | 25.19 | 61.03 | - |
| YUV | 140.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 205 | 0.29 | 0.39 | 0 | 0.20 | 255.75 | 0.44 | 0.65 |
| Hex | 92 | 7D | CD | 1D | 27 | 0 | 14 | 100 | 2C | 41 |
| Octal | 222 | 175 | 315 | 35 | 47 | 0 | 24 | 400 | 54 | 101 |
| Binary | 10010010 | 1111101 | 11001101 | 11101 | 100111 | 0 | 10100 | 100000000 | 101100 | 1000001 |
Color Harmonies of #927DCD
Complementary color
Monochromatic Colors of #927DCD
Black with #927DCD
Text Example
Text Example
White with #927DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DCD; }
p { color: rgb(146,125,205); }
H1.HeaderClassName
{
color: #927DCD;
}
.AnyTagClassName
{
color: #927DCD;
}
</style>
background-color css
<style>
a { background-color: #927DCD; }
a { background-color: rgb(146,125,205); }
div.DivClassName
{
background-color: #927DCD;
}
.BgClassName
{
background-color: #927DCD;
}
</style>
border-color css
<style>
span { border-color: #927DCD; }
span { border-color: rgb(146,125,205); }
td.TdClassName
{
border-color: #927DCD;
}
.TagClassName
{
border-color: #927DCD;
}
</style>