Html Css Color HEX #880971 Dark Purple

📋 copy color: '#880971'

red 136 ◦ green 9 ◦ blue 113

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

Shades of Dark Purple #880971

Tints of Dark Purple #880971

RGB

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

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

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

R = 52.71%
G = 3.49%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#880971 (or 0x880971) is known color: Dark Purple. HEX triplet: 88, 09 and 71. RGB value is (136,9,113). Sum of RGB (Red+Green+Blue) = 136+9+113=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #880971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880971 is #77F68E. Grayscale: #3A3A3A. Windows color (decimal): -7861903 or 7408008. OLE color: 7408008.

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

Color convert

RGB 136 9 113 -
CMYK 0 0.93 0.17 0.47
HSL 310.87º 0.88% 0.28% -
HSV(B) 310.87º 0.93% 0.53% -
XYZ 13.23 6.62 16.2 -
YUV 58.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 136 9 113 0 0.93 0.17 0.47 310.87 0.88 0.28
Hex 88 9 71 0 5D 11 2F 137 58 1C
Octal 210 11 161 0 135 21 57 467 130 34
Binary 10001000 1001 1110001 0 1011101 10001 101111 100110111 1011000 11100

Color Harmonies of #880971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880971

Black with #880971

Text Example


Text Example

White with #880971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880971; }

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

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

background-color css

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

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

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

border-color css

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

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

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