Shades of True V #906DCE
Tints of True V #906DCE
RGB
CMYK
RGB Variations
Color information
#906DCE (or 0x906DCE) is known color: True V. HEX triplet: 90, 6D and CE. RGB value is (144,109,206). Sum of RGB (Red+Green+Blue) = 144+109+206=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #906DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DCE is #6F9231. Grayscale: #828282. Windows color (decimal): -7311922 or 13528464. OLE color: 13528464.
HSL color Cylindrical-coordinate representation of color #906DCE: hue angle of 261.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #906DCE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 109 | 206 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.19 |
| HSL | 261.65º | 0.5% | 0.62% | - |
| HSV(B) | 261.65º | 0.47% | 0.81% | - |
| XYZ | 28.11 | 21.32 | 61.03 | - |
| YUV | 130.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 206 | 0.30 | 0.47 | 0 | 0.19 | 261.65 | 0.5 | 0.62 |
| Hex | 90 | 6D | CE | 1E | 2F | 0 | 13 | 106 | 32 | 3E |
| Octal | 220 | 155 | 316 | 36 | 57 | 0 | 23 | 406 | 62 | 76 |
| Binary | 10010000 | 1101101 | 11001110 | 11110 | 101111 | 0 | 10011 | 100000110 | 110010 | 111110 |
Color Harmonies of #906DCE
Complementary color
Monochromatic Colors of #906DCE
Black with #906DCE
Text Example
Text Example
White with #906DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DCE; }
p { color: rgb(144,109,206); }
H1.HeaderClassName
{
color: #906DCE;
}
.AnyTagClassName
{
color: #906DCE;
}
</style>
background-color css
<style>
a { background-color: #906DCE; }
a { background-color: rgb(144,109,206); }
div.DivClassName
{
background-color: #906DCE;
}
.BgClassName
{
background-color: #906DCE;
}
</style>
border-color css
<style>
span { border-color: #906DCE; }
span { border-color: rgb(144,109,206); }
td.TdClassName
{
border-color: #906DCE;
}
.TagClassName
{
border-color: #906DCE;
}
</style>