Shades of True V #906DCC
Tints of True V #906DCC
RGB
CMYK
RGB Variations
Color information
#906DCC (or 0x906DCC) is known color: True V. HEX triplet: 90, 6D and CC. RGB value is (144,109,204). Sum of RGB (Red+Green+Blue) = 144+109+204=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #906DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DCC is #6F9233. Grayscale: #818181. Windows color (decimal): -7311924 or 13397392. OLE color: 13397392.
HSL color Cylindrical-coordinate representation of color #906DCC: hue angle of 262.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #906DCC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 109 | 204 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.2 |
| HSL | 262.11º | 0.48% | 0.61% | - |
| HSV(B) | 262.11º | 0.47% | 0.8% | - |
| XYZ | 27.87 | 21.23 | 59.75 | - |
| YUV | 130.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 204 | 0.29 | 0.47 | 0 | 0.2 | 262.11 | 0.48 | 0.61 |
| Hex | 90 | 6D | CC | 1D | 2F | 0 | 14 | 106 | 30 | 3D |
| Octal | 220 | 155 | 314 | 35 | 57 | 0 | 24 | 406 | 60 | 75 |
| Binary | 10010000 | 1101101 | 11001100 | 11101 | 101111 | 0 | 10100 | 100000110 | 110000 | 111101 |
Color Harmonies of #906DCC
Complementary color
Monochromatic Colors of #906DCC
Black with #906DCC
Text Example
Text Example
White with #906DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DCC; }
p { color: rgb(144,109,204); }
H1.HeaderClassName
{
color: #906DCC;
}
.AnyTagClassName
{
color: #906DCC;
}
</style>
background-color css
<style>
a { background-color: #906DCC; }
a { background-color: rgb(144,109,204); }
div.DivClassName
{
background-color: #906DCC;
}
.BgClassName
{
background-color: #906DCC;
}
</style>
border-color css
<style>
span { border-color: #906DCC; }
span { border-color: rgb(144,109,204); }
td.TdClassName
{
border-color: #906DCC;
}
.TagClassName
{
border-color: #906DCC;
}
</style>