Html Css Color HEX #800988 Purple

📋 copy color: '#800988'

red 128 ◦ green 9 ◦ blue 136

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

Shades of Purple #800988

Tints of Purple #800988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 46.89%
G = 3.3%
B = 49.82%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#800988 (or 0x800988) is known color: Purple. HEX triplet: 80, 09 and 88. RGB value is (128,9,136). Sum of RGB (Red+Green+Blue) = 128+9+136=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #800988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800988 is #7FF677. Grayscale: #3A3A3A. Windows color (decimal): -8386168 or 8915328. OLE color: 8915328.

HSL color Cylindrical-coordinate representation of color #800988: hue angle of 296.22º degrees, saturation: 0.88, 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 #800988 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 9 136 -
CMYK 0.06 0.93 0 0.47
HSL 296.22º 0.88% 0.28% -
HSV(B) 296.22º 0.93% 0.53% -
XYZ 13.44 6.56 23.85 -
YUV 59.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 128 9 136 0.06 0.93 0 0.47 296.22 0.88 0.28
Hex 80 9 88 6 5D 0 2F 128 58 1C
Octal 200 11 210 6 135 0 57 450 130 34
Binary 10000000 1001 10001000 110 1011101 0 101111 100101000 1011000 11100

Color Harmonies of #800988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800988

Black with #800988

Text Example


Text Example

White with #800988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800988; }

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

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

background-color css

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

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

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

border-color css

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

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

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