#8E7ACA

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

Shades of True V #8E7ACA

Tints of True V #8E7ACA

Color information

#8E7ACA (or 0x8E7ACA) is unknown color: approx True V. HEX triplet: 8E, 7A and CA. RGB value is (142,122,202). Sum of RGB (Red+Green+Blue) = 142+122+202=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E7ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ACA is #718535. Grayscale: #888888. Windows color (decimal): -7439670 or 13269646. OLE color: 13269646.

HSL color Cylindrical-coordinate representation of color #8E7ACA: hue angle of 255º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E7ACA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142122202-
CMYK0.300.4000.21
HSL255º43.01%63.53%-
HSV(B)255º39.6%79.22%-
XYZ28.7823.9358.98-
YUV137.1164.63131.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=30.47%
G=26.18%
B=43.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421222020.300.4000.2125543.0163.53
Hex8E7ACA1E28015ff2b40
Octal216172312365002537753100
Binary1000111011110101100101011110101000010101111111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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