#7E0986

Color #7E0986 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #7E0986

Tints of Purple #7E0986

Color information

#7E0986 (or 0x7E0986) is unknown color: approx Purple. HEX triplet: 7E, 09 and 86. RGB value is (126,9,134). Sum of RGB (Red+Green+Blue) = 126+9+134=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E0986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0986 is #81F679. Grayscale: #393939. Windows color (decimal): -8517242 or 8784254. OLE color: 8784254.

HSL color Cylindrical-coordinate representation of color #7E0986: hue angle of 296.16º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0986 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1269134-
CMYK0.060.9300.47
HSL296.16º87.41%28.04%-
HSV(B)296.16º93.28%52.55%-
XYZ136.3523.09-
YUV58.23170.76176.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=46.84%
G=3.35%
B=49.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12691340.060.9300.47296.1687.4128.04
Hex7E98665D02F128571c
Octal17611206613505745012734
Binary111111010011000011011010111010101111100101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E0986; }

 p { color: rgb(126,9,134); }

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

<style>
 a { background-color: #7E0986; }

 a { background-color: rgb(126,9,134); }

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

<style>
 span { border-color: #7E0986; }

 span { border-color: rgb(126,9,134); }

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