Html Css Color HEX #881676 Dark Purple

📋 copy color: '#881676'

red 136 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #881676

Tints of Dark Purple #881676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

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

R = 49.28%
G = 7.97%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#881676 (or 0x881676) is known color: Dark Purple. HEX triplet: 88, 16 and 76. RGB value is (136,22,118). Sum of RGB (Red+Green+Blue) = 136+22+118=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #881676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881676 is #77E989. Grayscale: #424242. Windows color (decimal): -7858570 or 7739016. OLE color: 7739016.

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

Color convert

RGB 136 22 118 -
CMYK 0 0.84 0.13 0.47
HSL 309.47º 0.72% 0.31% -
HSV(B) 309.47º 0.84% 0.53% -
XYZ 13.71 7.12 17.79 -
YUV 67.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 136 22 118 0 0.84 0.13 0.47 309.47 0.72 0.31
Hex 88 16 76 0 54 D 2F 135 48 1F
Octal 210 26 166 0 124 15 57 465 110 37
Binary 10001000 10110 1110110 0 1010100 1101 101111 100110101 1001000 11111

Color Harmonies of #881676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881676

Black with #881676

Text Example


Text Example

White with #881676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881676; }

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

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

background-color css

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

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

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

border-color css

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

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

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