Html Css Color HEX #801586 Purple

📋 copy color: '#801586'

red 128 ◦ green 21 ◦ blue 134

#801586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #801586

Tints of Purple #801586

RGB

 RED value IS 128 (50.39% from 255) = 45.23%

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 134 (52.73% from 255) = 47.35%

R = 45.23%
G = 7.42%
B = 47.35%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#801586 (or 0x801586) is known color: Purple. HEX triplet: 80, 15 and 86. RGB value is (128,21,134). Sum of RGB (Red+Green+Blue) = 128+21+134=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #801586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801586 is #7FEA79. Grayscale: #414141. Windows color (decimal): -8383098 or 8787328. OLE color: 8787328.

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

Color convert

RGB 128 21 134 -
CMYK 0.04 0.84 0 0.47
HSL 296.81º 0.73% 0.3% -
HSV(B) 296.81º 0.84% 0.53% -
XYZ 13.47 6.85 23.17 -
YUV 65.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 128 21 134 0.04 0.84 0 0.47 296.81 0.73 0.3
Hex 80 15 86 4 54 0 2F 129 49 1E
Octal 200 25 206 4 124 0 57 451 111 36
Binary 10000000 10101 10000110 100 1010100 0 101111 100101001 1001001 11110

Color Harmonies of #801586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801586

Black with #801586

Text Example


Text Example

White with #801586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801586; }

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

 H1.HeaderClassName
 {
   color: #801586;
 }
 .AnyTagClassName
 {
   color: #801586;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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