Html Css Color HEX #880871 Purple

📋 copy color: '#880871'

red 136 ◦ green 8 ◦ blue 113

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

Shades of Purple #880871

Tints of Purple #880871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 52.92%
G = 3.11%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#880871 (or 0x880871) is known color: Purple. HEX triplet: 88, 08 and 71. RGB value is (136,8,113). Sum of RGB (Red+Green+Blue) = 136+8+113=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880871 is #77F78E. Grayscale: #393939. Windows color (decimal): -7862159 or 7407752. OLE color: 7407752.

HSL color Cylindrical-coordinate representation of color #880871: hue angle of 310.78º 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 #880871 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 113 -
CMYK 0 0.94 0.17 0.47
HSL 310.78º 0.89% 0.28% -
HSV(B) 310.78º 0.94% 0.53% -
XYZ 13.22 6.6 16.2 -
YUV 58.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 136 8 113 0 0.94 0.17 0.47 310.78 0.89 0.28
Hex 88 8 71 0 5E 11 2F 137 59 1C
Octal 210 10 161 0 136 21 57 467 131 34
Binary 10001000 1000 1110001 0 1011110 10001 101111 100110111 1011001 11100

Color Harmonies of #880871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880871

Black with #880871

Text Example


Text Example

White with #880871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880871; }

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

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

background-color css

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

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

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

border-color css

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

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

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