Html Css Color HEX #884276 Dark Purple

📋 copy color: '#884276'

red 136 ◦ green 66 ◦ blue 118

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

Shades of Dark Purple #884276

Tints of Dark Purple #884276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 42.5%
G = 20.63%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#884276 (or 0x884276) is known color: Dark Purple. HEX triplet: 88, 42 and 76. RGB value is (136,66,118). Sum of RGB (Red+Green+Blue) = 136+66+118=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #884276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884276 is #77BD89. Grayscale: #5C5C5C. Windows color (decimal): -7847306 or 7750280. OLE color: 7750280.

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

Color convert

RGB 136 66 118 -
CMYK 0 0.51 0.13 0.47
HSL 315.43º 0.35% 0.4% -
HSV(B) 315.43º 0.51% 0.53% -
XYZ 15.37 10.44 18.34 -
YUV 92.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 136 66 118 0 0.51 0.13 0.47 315.43 0.35 0.4
Hex 88 42 76 0 33 D 2F 13B 23 28
Octal 210 102 166 0 63 15 57 473 43 50
Binary 10001000 1000010 1110110 0 110011 1101 101111 100111011 100011 101000

Color Harmonies of #884276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884276

Black with #884276

Text Example


Text Example

White with #884276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884276; }

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

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

background-color css

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

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

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

border-color css

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

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

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