Shades of True V #906DCB
Tints of True V #906DCB
RGB
CMYK
RGB Variations
Color information
#906DCB (or 0x906DCB) is known color: True V. HEX triplet: 90, 6D and CB. RGB value is (144,109,203). Sum of RGB (Red+Green+Blue) = 144+109+203=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #906DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DCB is #6F9234. Grayscale: #818181. Windows color (decimal): -7311925 or 13331856. OLE color: 13331856.
HSL color Cylindrical-coordinate representation of color #906DCB: hue angle of 262.34º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #906DCB is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 109 | 203 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.20 |
| HSL | 262.34º | 0.47% | 0.61% | - |
| HSV(B) | 262.34º | 0.46% | 0.8% | - |
| XYZ | 27.75 | 21.18 | 59.13 | - |
| YUV | 130.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 203 | 0.29 | 0.46 | 0 | 0.20 | 262.34 | 0.47 | 0.61 |
| Hex | 90 | 6D | CB | 1D | 2E | 0 | 14 | 106 | 2F | 3D |
| Octal | 220 | 155 | 313 | 35 | 56 | 0 | 24 | 406 | 57 | 75 |
| Binary | 10010000 | 1101101 | 11001011 | 11101 | 101110 | 0 | 10100 | 100000110 | 101111 | 111101 |
Color Harmonies of #906DCB
Complementary color
Monochromatic Colors of #906DCB
Black with #906DCB
Text Example
Text Example
White with #906DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DCB; }
p { color: rgb(144,109,203); }
H1.HeaderClassName
{
color: #906DCB;
}
.AnyTagClassName
{
color: #906DCB;
}
</style>
background-color css
<style>
a { background-color: #906DCB; }
a { background-color: rgb(144,109,203); }
div.DivClassName
{
background-color: #906DCB;
}
.BgClassName
{
background-color: #906DCB;
}
</style>
border-color css
<style>
span { border-color: #906DCB; }
span { border-color: rgb(144,109,203); }
td.TdClassName
{
border-color: #906DCB;
}
.TagClassName
{
border-color: #906DCB;
}
</style>