Shades of True V #906AD0
Tints of True V #906AD0
RGB
CMYK
RGB Variations
Color information
#906AD0 (or 0x906AD0) is known color: True V. HEX triplet: 90, 6A and D0. RGB value is (144,106,208). Sum of RGB (Red+Green+Blue) = 144+106+208=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #906AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906AD0 is #6F952F. Grayscale: #808080. Windows color (decimal): -7312688 or 13658768. OLE color: 13658768.
HSL color Cylindrical-coordinate representation of color #906AD0: hue angle of 262.35º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #906AD0 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 106 | 208 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.18 |
| HSL | 262.35º | 0.52% | 0.62% | - |
| HSV(B) | 262.35º | 0.49% | 0.82% | - |
| XYZ | 28.04 | 20.79 | 62.21 | - |
| YUV | 128.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 208 | 0.31 | 0.49 | 0 | 0.18 | 262.35 | 0.52 | 0.62 |
| Hex | 90 | 6A | D0 | 1F | 31 | 0 | 12 | 106 | 34 | 3E |
| Octal | 220 | 152 | 320 | 37 | 61 | 0 | 22 | 406 | 64 | 76 |
| Binary | 10010000 | 1101010 | 11010000 | 11111 | 110001 | 0 | 10010 | 100000110 | 110100 | 111110 |
Color Harmonies of #906AD0
Complementary color
Monochromatic Colors of #906AD0
Black with #906AD0
Text Example
Text Example
White with #906AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AD0; }
p { color: rgb(144,106,208); }
H1.HeaderClassName
{
color: #906AD0;
}
.AnyTagClassName
{
color: #906AD0;
}
</style>
background-color css
<style>
a { background-color: #906AD0; }
a { background-color: rgb(144,106,208); }
div.DivClassName
{
background-color: #906AD0;
}
.BgClassName
{
background-color: #906AD0;
}
</style>
border-color css
<style>
span { border-color: #906AD0; }
span { border-color: rgb(144,106,208); }
td.TdClassName
{
border-color: #906AD0;
}
.TagClassName
{
border-color: #906AD0;
}
</style>