Shades of True V #9079BD
Tints of True V #9079BD
RGB
CMYK
RGB Variations
Color information
#9079BD (or 0x9079BD) is known color: True V. HEX triplet: 90, 79 and BD. RGB value is (144,121,189). Sum of RGB (Red+Green+Blue) = 144+121+189=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9079BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079BD is #6F8642. Grayscale: #878787. Windows color (decimal): -7308867 or 12417424. OLE color: 12417424.
HSL color Cylindrical-coordinate representation of color #9079BD: hue angle of 260.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9079BD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 121 | 189 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.26 |
| HSL | 260.29º | 0.34% | 0.61% | - |
| HSV(B) | 260.29º | 0.36% | 0.74% | - |
| XYZ | 27.52 | 23.28 | 51.19 | - |
| YUV | 135.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 189 | 0.24 | 0.36 | 0 | 0.26 | 260.29 | 0.34 | 0.61 |
| Hex | 90 | 79 | BD | 18 | 24 | 0 | 1A | 104 | 22 | 3D |
| Octal | 220 | 171 | 275 | 30 | 44 | 0 | 32 | 404 | 42 | 75 |
| Binary | 10010000 | 1111001 | 10111101 | 11000 | 100100 | 0 | 11010 | 100000100 | 100010 | 111101 |
Color Harmonies of #9079BD
Complementary color
Monochromatic Colors of #9079BD
Black with #9079BD
Text Example
Text Example
White with #9079BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079BD; }
p { color: rgb(144,121,189); }
H1.HeaderClassName
{
color: #9079BD;
}
.AnyTagClassName
{
color: #9079BD;
}
</style>
background-color css
<style>
a { background-color: #9079BD; }
a { background-color: rgb(144,121,189); }
div.DivClassName
{
background-color: #9079BD;
}
.BgClassName
{
background-color: #9079BD;
}
</style>
border-color css
<style>
span { border-color: #9079BD; }
span { border-color: rgb(144,121,189); }
td.TdClassName
{
border-color: #9079BD;
}
.TagClassName
{
border-color: #9079BD;
}
</style>