Html Css Color HEX #880873 Purple

📋 copy color: '#880873'

red 136 ◦ green 8 ◦ blue 115

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

Shades of Purple #880873

Tints of Purple #880873

RGB

 RED value IS 136 (53.52% from 255) = 52.51%

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

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 52.51%
G = 3.09%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#880873 (or 0x880873) is known color: Purple. HEX triplet: 88, 08 and 73. RGB value is (136,8,115). Sum of RGB (Red+Green+Blue) = 136+8+115=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880873 is #77F78C. Grayscale: #3A3A3A. Windows color (decimal): -7862157 or 7538824. OLE color: 7538824.

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

Color convert

RGB 136 8 115 -
CMYK 0 0.94 0.15 0.47
HSL 309.84º 0.89% 0.28% -
HSV(B) 309.84º 0.94% 0.53% -
XYZ 13.33 6.65 16.8 -
YUV 58.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 136 8 115 0 0.94 0.15 0.47 309.84 0.89 0.28
Hex 88 8 73 0 5E F 2F 136 59 1C
Octal 210 10 163 0 136 17 57 466 131 34
Binary 10001000 1000 1110011 0 1011110 1111 101111 100110110 1011001 11100

Color Harmonies of #880873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880873

Black with #880873

Text Example


Text Example

White with #880873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880873; }

 p { color: rgb(136,8,115); }

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

background-color css

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

 a { background-color: rgb(136,8,115); }

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

border-color css

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

 span { border-color: rgb(136,8,115); }

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