Shades of True V #9079BC
Tints of True V #9079BC
RGB
CMYK
RGB Variations
Color information
#9079BC (or 0x9079BC) is known color: True V. HEX triplet: 90, 79 and BC. RGB value is (144,121,188). Sum of RGB (Red+Green+Blue) = 144+121+188=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #9079BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079BC is #6F8643. Grayscale: #878787. Windows color (decimal): -7308868 or 12351888. OLE color: 12351888.
HSL color Cylindrical-coordinate representation of color #9079BC: hue angle of 260.6º degrees, saturation: 0.33, 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 #9079BC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 121 | 188 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.26 |
| HSL | 260.6º | 0.33% | 0.61% | - |
| HSV(B) | 260.6º | 0.36% | 0.74% | - |
| XYZ | 27.42 | 23.23 | 50.62 | - |
| YUV | 135.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 188 | 0.23 | 0.36 | 0 | 0.26 | 260.6 | 0.33 | 0.61 |
| Hex | 90 | 79 | BC | 17 | 24 | 0 | 1A | 105 | 21 | 3D |
| Octal | 220 | 171 | 274 | 27 | 44 | 0 | 32 | 405 | 41 | 75 |
| Binary | 10010000 | 1111001 | 10111100 | 10111 | 100100 | 0 | 11010 | 100000101 | 100001 | 111101 |
Color Harmonies of #9079BC
Complementary color
Monochromatic Colors of #9079BC
Black with #9079BC
Text Example
Text Example
White with #9079BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079BC; }
p { color: rgb(144,121,188); }
H1.HeaderClassName
{
color: #9079BC;
}
.AnyTagClassName
{
color: #9079BC;
}
</style>
background-color css
<style>
a { background-color: #9079BC; }
a { background-color: rgb(144,121,188); }
div.DivClassName
{
background-color: #9079BC;
}
.BgClassName
{
background-color: #9079BC;
}
</style>
border-color css
<style>
span { border-color: #9079BC; }
span { border-color: rgb(144,121,188); }
td.TdClassName
{
border-color: #9079BC;
}
.TagClassName
{
border-color: #9079BC;
}
</style>