Shades of True V #8A7BB5
Tints of True V #8A7BB5
RGB
CMYK
RGB Variations
Color information
#8A7BB5 (or 0x8A7BB5) is known color: True V. HEX triplet: 8A, 7B and B5. RGB value is (138,123,181). Sum of RGB (Red+Green+Blue) = 138+123+181=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A7BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BB5 is #75844A. Grayscale: #858585. Windows color (decimal): -7701579 or 11893642. OLE color: 11893642.
HSL color Cylindrical-coordinate representation of color #8A7BB5: hue angle of 255.52º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A7BB5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 123 | 181 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.29 |
| HSL | 255.52º | 0.28% | 0.6% | - |
| HSV(B) | 255.52º | 0.32% | 0.71% | - |
| XYZ | 25.9 | 22.91 | 46.77 | - |
| YUV | 134.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 181 | 0.24 | 0.32 | 0 | 0.29 | 255.52 | 0.28 | 0.6 |
| Hex | 8A | 7B | B5 | 18 | 20 | 0 | 1D | 100 | 1C | 3C |
| Octal | 212 | 173 | 265 | 30 | 40 | 0 | 35 | 400 | 34 | 74 |
| Binary | 10001010 | 1111011 | 10110101 | 11000 | 100000 | 0 | 11101 | 100000000 | 11100 | 111100 |
Color Harmonies of #8A7BB5
Complementary color
Monochromatic Colors of #8A7BB5
Black with #8A7BB5
Text Example
Text Example
White with #8A7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BB5; }
p { color: rgb(138,123,181); }
H1.HeaderClassName
{
color: #8A7BB5;
}
.AnyTagClassName
{
color: #8A7BB5;
}
</style>
background-color css
<style>
a { background-color: #8A7BB5; }
a { background-color: rgb(138,123,181); }
div.DivClassName
{
background-color: #8A7BB5;
}
.BgClassName
{
background-color: #8A7BB5;
}
</style>
border-color css
<style>
span { border-color: #8A7BB5; }
span { border-color: rgb(138,123,181); }
td.TdClassName
{
border-color: #8A7BB5;
}
.TagClassName
{
border-color: #8A7BB5;
}
</style>