Html Css Color HEX #882176 Dark Purple

📋 copy color: '#882176'

red 136 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #882176

Tints of Dark Purple #882176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

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

R = 47.39%
G = 11.5%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#882176 (or 0x882176) is known color: Dark Purple. HEX triplet: 88, 21 and 76. RGB value is (136,33,118). Sum of RGB (Red+Green+Blue) = 136+33+118=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #882176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882176 is #77DE89. Grayscale: #494949. Windows color (decimal): -7855754 or 7741832. OLE color: 7741832.

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

Color convert

RGB 136 33 118 -
CMYK 0 0.76 0.13 0.47
HSL 310.49º 0.61% 0.33% -
HSV(B) 310.49º 0.76% 0.53% -
XYZ 13.97 7.63 17.88 -
YUV 73.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 136 33 118 0 0.76 0.13 0.47 310.49 0.61 0.33
Hex 88 21 76 0 4C D 2F 136 3D 21
Octal 210 41 166 0 114 15 57 466 75 41
Binary 10001000 100001 1110110 0 1001100 1101 101111 100110110 111101 100001

Color Harmonies of #882176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882176

Black with #882176

Text Example


Text Example

White with #882176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882176; }

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

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

background-color css

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

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

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

border-color css

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

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

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