Html Css Color HEX #881376 Dark Purple

📋 copy color: '#881376'

red 136 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #881376

Tints of Dark Purple #881376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 49.82%
G = 6.96%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#881376 (or 0x881376) is known color: Dark Purple. HEX triplet: 88, 13 and 76. RGB value is (136,19,118). Sum of RGB (Red+Green+Blue) = 136+19+118=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881376 is #77EC89. Grayscale: #404040. Windows color (decimal): -7859338 or 7738248. OLE color: 7738248.

HSL color Cylindrical-coordinate representation of color #881376: hue angle of 309.23º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881376 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 118 -
CMYK 0 0.86 0.13 0.47
HSL 309.23º 0.75% 0.3% -
HSV(B) 309.23º 0.86% 0.53% -
XYZ 13.66 7.01 17.77 -
YUV 65.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 136 19 118 0 0.86 0.13 0.47 309.23 0.75 0.3
Hex 88 13 76 0 56 D 2F 135 4B 1E
Octal 210 23 166 0 126 15 57 465 113 36
Binary 10001000 10011 1110110 0 1010110 1101 101111 100110101 1001011 11110

Color Harmonies of #881376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881376

Black with #881376

Text Example


Text Example

White with #881376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881376; }

 p { color: rgb(136,19,118); }

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

background-color css

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

 a { background-color: rgb(136,19,118); }

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

border-color css

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

 span { border-color: rgb(136,19,118); }

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