Html Css Color HEX #801089 Purple

📋 copy color: '#801089'

red 128 ◦ green 16 ◦ blue 137

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

Shades of Purple #801089

Tints of Purple #801089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 45.55%
G = 5.69%
B = 48.75%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#801089 (or 0x801089) is known color: Purple. HEX triplet: 80, 10 and 89. RGB value is (128,16,137). Sum of RGB (Red+Green+Blue) = 128+16+137=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #801089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801089 is #7FEF76. Grayscale: #3E3E3E. Windows color (decimal): -8384375 or 8982656. OLE color: 8982656.

HSL color Cylindrical-coordinate representation of color #801089: hue angle of 295.54º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801089 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 16 137 -
CMYK 0.07 0.88 0 0.46
HSL 295.54º 0.79% 0.3% -
HSV(B) 295.54º 0.88% 0.54% -
XYZ 13.6 6.77 24.26 -
YUV 63.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 128 16 137 0.07 0.88 0 0.46 295.54 0.79 0.3
Hex 80 10 89 7 58 0 2E 128 4F 1E
Octal 200 20 211 7 130 0 56 450 117 36
Binary 10000000 10000 10001001 111 1011000 0 101110 100101000 1001111 11110

Color Harmonies of #801089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801089

Black with #801089

Text Example


Text Example

White with #801089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801089; }

 p { color: rgb(128,16,137); }

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

background-color css

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

 a { background-color: rgb(128,16,137); }

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

border-color css

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

 span { border-color: rgb(128,16,137); }

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