Shades of True V #8A72CF
Tints of True V #8A72CF
RGB
CMYK
RGB Variations
Color information
#8A72CF (or 0x8A72CF) is known color: True V. HEX triplet: 8A, 72 and CF. RGB value is (138,114,207). Sum of RGB (Red+Green+Blue) = 138+114+207=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A72CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72CF is #758D30. Grayscale: #838383. Windows color (decimal): -7703857 or 13595274. OLE color: 13595274.
HSL color Cylindrical-coordinate representation of color #8A72CF: hue angle of 255.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A72CF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 114 | 207 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.19 |
| HSL | 255.48º | 0.49% | 0.63% | - |
| HSV(B) | 255.48º | 0.45% | 0.81% | - |
| XYZ | 27.76 | 21.94 | 61.8 | - |
| YUV | 131.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 207 | 0.33 | 0.45 | 0 | 0.19 | 255.48 | 0.49 | 0.63 |
| Hex | 8A | 72 | CF | 21 | 2D | 0 | 13 | FF | 31 | 3F |
| Octal | 212 | 162 | 317 | 41 | 55 | 0 | 23 | 377 | 61 | 77 |
| Binary | 10001010 | 1110010 | 11001111 | 100001 | 101101 | 0 | 10011 | 11111111 | 110001 | 111111 |
Color Harmonies of #8A72CF
Complementary color
Monochromatic Colors of #8A72CF
Black with #8A72CF
Text Example
Text Example
White with #8A72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A72CF; }
p { color: rgb(138,114,207); }
H1.HeaderClassName
{
color: #8A72CF;
}
.AnyTagClassName
{
color: #8A72CF;
}
</style>
background-color css
<style>
a { background-color: #8A72CF; }
a { background-color: rgb(138,114,207); }
div.DivClassName
{
background-color: #8A72CF;
}
.BgClassName
{
background-color: #8A72CF;
}
</style>
border-color css
<style>
span { border-color: #8A72CF; }
span { border-color: rgb(138,114,207); }
td.TdClassName
{
border-color: #8A72CF;
}
.TagClassName
{
border-color: #8A72CF;
}
</style>