Shades of True V #8A66C3
Tints of True V #8A66C3
RGB
CMYK
RGB Variations
Color information
#8A66C3 (or 0x8A66C3) is known color: True V. HEX triplet: 8A, 66 and C3. RGB value is (138,102,195). Sum of RGB (Red+Green+Blue) = 138+102+195=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #8A66C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A66C3 is #75993C. Grayscale: #7B7B7B. Windows color (decimal): -7706941 or 12805770. OLE color: 12805770.
HSL color Cylindrical-coordinate representation of color #8A66C3: hue angle of 263.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A66C3 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 102 | 195 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.24 |
| HSL | 263.23º | 0.44% | 0.58% | - |
| HSV(B) | 263.23º | 0.48% | 0.76% | - |
| XYZ | 25.08 | 18.85 | 53.95 | - |
| YUV | 123.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 195 | 0.29 | 0.48 | 0 | 0.24 | 263.23 | 0.44 | 0.58 |
| Hex | 8A | 66 | C3 | 1D | 30 | 0 | 18 | 107 | 2C | 3A |
| Octal | 212 | 146 | 303 | 35 | 60 | 0 | 30 | 407 | 54 | 72 |
| Binary | 10001010 | 1100110 | 11000011 | 11101 | 110000 | 0 | 11000 | 100000111 | 101100 | 111010 |
Color Harmonies of #8A66C3
Complementary color
Monochromatic Colors of #8A66C3
Black with #8A66C3
Text Example
Text Example
White with #8A66C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A66C3; }
p { color: rgb(138,102,195); }
H1.HeaderClassName
{
color: #8A66C3;
}
.AnyTagClassName
{
color: #8A66C3;
}
</style>
background-color css
<style>
a { background-color: #8A66C3; }
a { background-color: rgb(138,102,195); }
div.DivClassName
{
background-color: #8A66C3;
}
.BgClassName
{
background-color: #8A66C3;
}
</style>
border-color css
<style>
span { border-color: #8A66C3; }
span { border-color: rgb(138,102,195); }
td.TdClassName
{
border-color: #8A66C3;
}
.TagClassName
{
border-color: #8A66C3;
}
</style>