Shades of True V #8A6CCC
Tints of True V #8A6CCC
RGB
CMYK
RGB Variations
Color information
#8A6CCC (or 0x8A6CCC) is known color: True V. HEX triplet: 8A, 6C and CC. RGB value is (138,108,204). Sum of RGB (Red+Green+Blue) = 138+108+204=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CCC is #759333. Grayscale: #7F7F7F. Windows color (decimal): -7705396 or 13397130. OLE color: 13397130.
HSL color Cylindrical-coordinate representation of color #8A6CCC: hue angle of 258.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6CCC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 108 | 204 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.2 |
| HSL | 258.75º | 0.48% | 0.61% | - |
| HSV(B) | 258.75º | 0.47% | 0.8% | - |
| XYZ | 26.74 | 20.49 | 59.67 | - |
| YUV | 127.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 204 | 0.32 | 0.47 | 0 | 0.2 | 258.75 | 0.48 | 0.61 |
| Hex | 8A | 6C | CC | 20 | 2F | 0 | 14 | 103 | 30 | 3D |
| Octal | 212 | 154 | 314 | 40 | 57 | 0 | 24 | 403 | 60 | 75 |
| Binary | 10001010 | 1101100 | 11001100 | 100000 | 101111 | 0 | 10100 | 100000011 | 110000 | 111101 |
Color Harmonies of #8A6CCC
Complementary color
Monochromatic Colors of #8A6CCC
Black with #8A6CCC
Text Example
Text Example
White with #8A6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6CCC; }
p { color: rgb(138,108,204); }
H1.HeaderClassName
{
color: #8A6CCC;
}
.AnyTagClassName
{
color: #8A6CCC;
}
</style>
background-color css
<style>
a { background-color: #8A6CCC; }
a { background-color: rgb(138,108,204); }
div.DivClassName
{
background-color: #8A6CCC;
}
.BgClassName
{
background-color: #8A6CCC;
}
</style>
border-color css
<style>
span { border-color: #8A6CCC; }
span { border-color: rgb(138,108,204); }
td.TdClassName
{
border-color: #8A6CCC;
}
.TagClassName
{
border-color: #8A6CCC;
}
</style>