#8E7BC0

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

Shades of True V #8E7BC0

Tints of True V #8E7BC0

Color information

#8E7BC0 (or 0x8E7BC0) is unknown color: approx True V. HEX triplet: 8E, 7B and C0. RGB value is (142,123,192). Sum of RGB (Red+Green+Blue) = 142+123+192=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E7BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BC0 is #71843F. Grayscale: #888888. Windows color (decimal): -7439424 or 12614542. OLE color: 12614542.

HSL color Cylindrical-coordinate representation of color #8E7BC0: hue angle of 256.52º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E7BC0 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142123192-
CMYK0.260.3600.25
HSL256.52º35.38%61.76%-
HSV(B)256.52º35.94%75.29%-
XYZ27.7523.7252.99-
YUV136.55159.29131.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=31.07%
G=26.91%
B=42.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421231920.260.3600.25256.5235.3861.76
Hex8E7BC01A24019101233e
Octal21617330032440314014376
Binary1000111011110111100000011010100100011001100000001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,123,192); }

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

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

 a { background-color: rgb(142,123,192); }

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

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

 span { border-color: rgb(142,123,192); }

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