#800386

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

Shades of Purple #800386

Tints of Purple #800386

Color information

#800386 (or 0x800386) is unknown color: approx Purple. HEX triplet: 80, 03 and 86. RGB value is (128,3,134). Sum of RGB (Red+Green+Blue) = 128+3+134=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #800386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800386 is #7FFC79. Grayscale: #363636. Windows color (decimal): -8387706 or 8782720. OLE color: 8782720.

HSL color Cylindrical-coordinate representation of color #800386: hue angle of 297.25º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800386 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1283134-
CMYK0.040.9800.47
HSL297.25º95.62%26.86%-
HSV(B)297.25º97.76%52.55%-
XYZ13.246.3823.09-
YUV55.31172.41179.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=48.30%
G=1.13%
B=50.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12831340.040.9800.47297.2595.6226.86
Hex8038646202F129601b
Octal2003206414205745114033
Binary10000000111000011010011000100101111100101001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800386; }

 p { color: rgb(128,3,134); }

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

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

 a { background-color: rgb(128,3,134); }

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

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

 span { border-color: rgb(128,3,134); }

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