#8E7AD1

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

Shades of True V #8E7AD1

Tints of True V #8E7AD1

Color information

#8E7AD1 (or 0x8E7AD1) is unknown color: approx True V. HEX triplet: 8E, 7A and D1. RGB value is (142,122,209). Sum of RGB (Red+Green+Blue) = 142+122+209=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #8E7AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7AD1 is #71852E. Grayscale: #898989. Windows color (decimal): -7439663 or 13728398. OLE color: 13728398.

HSL color Cylindrical-coordinate representation of color #8E7AD1: hue angle of 253.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E7AD1 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142122209-
CMYK0.320.4200.18
HSL253.79º48.6%64.9%-
HSV(B)253.79º41.63%81.96%-
XYZ29.6224.2763.45-
YUV137.9168.13130.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 209 (82.03% from 255) = 44.19%
R=30.02%
G=25.79%
B=44.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421222090.320.4200.18253.7948.664.9
Hex8E7AD1202A012fe3141
Octal216172321405202237661101
Binary10001110111101011010001100000101010010010111111101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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