Html Css Color HEX #800885 Purple

📋 copy color: '#800885'

red 128 ◦ green 8 ◦ blue 133

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

Shades of Purple #800885

Tints of Purple #800885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 47.58%
G = 2.97%
B = 49.44%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#800885 (or 0x800885) is known color: Purple. HEX triplet: 80, 08 and 85. RGB value is (128,8,133). Sum of RGB (Red+Green+Blue) = 128+8+133=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #800885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800885 is #7FF77A. Grayscale: #393939. Windows color (decimal): -8386427 or 8718464. OLE color: 8718464.

HSL color Cylindrical-coordinate representation of color #800885: hue angle of 297.6º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800885 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 8 133 -
CMYK 0.04 0.94 0 0.48
HSL 297.6º 0.89% 0.28% -
HSV(B) 297.6º 0.94% 0.52% -
XYZ 13.22 6.46 22.74 -
YUV 58.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 128 8 133 0.04 0.94 0 0.48 297.6 0.89 0.28
Hex 80 8 85 4 5E 0 30 12A 59 1C
Octal 200 10 205 4 136 0 60 452 131 34
Binary 10000000 1000 10000101 100 1011110 0 110000 100101010 1011001 11100

Color Harmonies of #800885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800885

Black with #800885

Text Example


Text Example

White with #800885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800885; }

 p { color: rgb(128,8,133); }

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

background-color css

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

 a { background-color: rgb(128,8,133); }

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

border-color css

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

 span { border-color: rgb(128,8,133); }

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