Html Css Color HEX #801988 Dark Purple

📋 copy color: '#801988'

red 128 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #801988

Tints of Dark Purple #801988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 136 (53.52% from 255) = 47.06%

R = 44.29%
G = 8.65%
B = 47.06%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#801988 (or 0x801988) is known color: Dark Purple. HEX triplet: 80, 19 and 88. RGB value is (128,25,136). Sum of RGB (Red+Green+Blue) = 128+25+136=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #801988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801988 is #7FE677. Grayscale: #444444. Windows color (decimal): -8382072 or 8919424. OLE color: 8919424.

HSL color Cylindrical-coordinate representation of color #801988: hue angle of 295.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801988 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 25 136 -
CMYK 0.06 0.82 0 0.47
HSL 295.68º 0.69% 0.32% -
HSV(B) 295.68º 0.82% 0.53% -
XYZ 13.69 7.06 23.93 -
YUV 68.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 128 25 136 0.06 0.82 0 0.47 295.68 0.69 0.32
Hex 80 19 88 6 52 0 2F 128 45 20
Octal 200 31 210 6 122 0 57 450 105 40
Binary 10000000 11001 10001000 110 1010010 0 101111 100101000 1000101 100000

Color Harmonies of #801988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801988

Black with #801988

Text Example


Text Example

White with #801988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801988; }

 p { color: rgb(128,25,136); }

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

background-color css

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

 a { background-color: rgb(128,25,136); }

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

border-color css

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

 span { border-color: rgb(128,25,136); }

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