Shades of True V #8A74CC
Tints of True V #8A74CC
RGB
CMYK
RGB Variations
Color information
#8A74CC (or 0x8A74CC) is known color: True V. HEX triplet: 8A, 74 and CC. RGB value is (138,116,204). Sum of RGB (Red+Green+Blue) = 138+116+204=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74CC is #758B33. Grayscale: #848484. Windows color (decimal): -7703348 or 13399178. OLE color: 13399178.
HSL color Cylindrical-coordinate representation of color #8A74CC: hue angle of 255º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A74CC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 116 | 204 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.2 |
| HSL | 255º | 0.46% | 0.63% | - |
| HSV(B) | 255º | 0.43% | 0.8% | - |
| XYZ | 27.63 | 22.25 | 59.97 | - |
| YUV | 132.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 204 | 0.32 | 0.43 | 0 | 0.2 | 255 | 0.46 | 0.63 |
| Hex | 8A | 74 | CC | 20 | 2B | 0 | 14 | FF | 2E | 3F |
| Octal | 212 | 164 | 314 | 40 | 53 | 0 | 24 | 377 | 56 | 77 |
| Binary | 10001010 | 1110100 | 11001100 | 100000 | 101011 | 0 | 10100 | 11111111 | 101110 | 111111 |
Color Harmonies of #8A74CC
Complementary color
Monochromatic Colors of #8A74CC
Black with #8A74CC
Text Example
Text Example
White with #8A74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A74CC; }
p { color: rgb(138,116,204); }
H1.HeaderClassName
{
color: #8A74CC;
}
.AnyTagClassName
{
color: #8A74CC;
}
</style>
background-color css
<style>
a { background-color: #8A74CC; }
a { background-color: rgb(138,116,204); }
div.DivClassName
{
background-color: #8A74CC;
}
.BgClassName
{
background-color: #8A74CC;
}
</style>
border-color css
<style>
span { border-color: #8A74CC; }
span { border-color: rgb(138,116,204); }
td.TdClassName
{
border-color: #8A74CC;
}
.TagClassName
{
border-color: #8A74CC;
}
</style>