Shades of True V #907ABE
Tints of True V #907ABE
RGB
CMYK
RGB Variations
Color information
#907ABE (or 0x907ABE) is known color: True V. HEX triplet: 90, 7A and BE. RGB value is (144,122,190). Sum of RGB (Red+Green+Blue) = 144+122+190=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #907ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ABE is #6F8541. Grayscale: #888888. Windows color (decimal): -7308610 or 12483216. OLE color: 12483216.
HSL color Cylindrical-coordinate representation of color #907ABE: hue angle of 259.41º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #907ABE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 122 | 190 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.25 |
| HSL | 259.41º | 0.34% | 0.61% | - |
| HSV(B) | 259.41º | 0.36% | 0.75% | - |
| XYZ | 27.76 | 23.57 | 51.8 | - |
| YUV | 136.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 190 | 0.24 | 0.36 | 0 | 0.25 | 259.41 | 0.34 | 0.61 |
| Hex | 90 | 7A | BE | 18 | 24 | 0 | 19 | 103 | 22 | 3D |
| Octal | 220 | 172 | 276 | 30 | 44 | 0 | 31 | 403 | 42 | 75 |
| Binary | 10010000 | 1111010 | 10111110 | 11000 | 100100 | 0 | 11001 | 100000011 | 100010 | 111101 |
Color Harmonies of #907ABE
Complementary color
Monochromatic Colors of #907ABE
Black with #907ABE
Text Example
Text Example
White with #907ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907ABE; }
p { color: rgb(144,122,190); }
H1.HeaderClassName
{
color: #907ABE;
}
.AnyTagClassName
{
color: #907ABE;
}
</style>
background-color css
<style>
a { background-color: #907ABE; }
a { background-color: rgb(144,122,190); }
div.DivClassName
{
background-color: #907ABE;
}
.BgClassName
{
background-color: #907ABE;
}
</style>
border-color css
<style>
span { border-color: #907ABE; }
span { border-color: rgb(144,122,190); }
td.TdClassName
{
border-color: #907ABE;
}
.TagClassName
{
border-color: #907ABE;
}
</style>