#8E7AC3

Color #8E7AC3 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8E7AC3

Tints of True V #8E7AC3

Color information

#8E7AC3 (or 0x8E7AC3) is unknown color: approx True V. HEX triplet: 8E, 7A and C3. RGB value is (142,122,195). Sum of RGB (Red+Green+Blue) = 142+122+195=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E7AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7AC3 is #71853C. Grayscale: #888888. Windows color (decimal): -7439677 or 12810894. OLE color: 12810894.

HSL color Cylindrical-coordinate representation of color #8E7AC3: hue angle of 256.44º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E7AC3 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142122195-
CMYK0.270.3700.24
HSL256.44º37.82%62.16%-
HSV(B)256.44º37.44%76.47%-
XYZ27.9723.6154.71-
YUV136.3161.13132.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 30.94%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=30.94%
G=26.58%
B=42.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421221950.270.3700.24256.4437.8262.16
Hex8E7AC31B25018100263e
Octal21617230333450304004676
Binary1000111011110101100001111011100101011000100000000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7AC3; }

 p { color: rgb(142,122,195); }

 H1.HeaderClassName
 {
   color: #8E7AC3;
 }
 .AnyTagClassName
 {
   color: #8E7AC3;
 }
</style>
background-color css

<style>
 a { background-color: #8E7AC3; }

 a { background-color: rgb(142,122,195); }

 div.DivClassName
 {
   background-color: #8E7AC3;
 }
 .BgClassName
 {
   background-color: #8E7AC3;
 }
</style>
border-color css

<style>
 span { border-color: #8E7AC3; }

 span { border-color: rgb(142,122,195); }

 td.TdClassName
 {
   border-color: #8E7AC3;
 }
 .TagClassName
 {
   border-color: #8E7AC3;
 }
</style>