Html Css Color HEX #882C6F Dark Purple

📋 copy color: '#882C6F'

red 136 ◦ green 44 ◦ blue 111

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

Shades of Dark Purple #882C6F

Tints of Dark Purple #882C6F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 46.74%
G = 15.12%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#882C6F (or 0x882C6F) is known color: Dark Purple. HEX triplet: 88, 2C and 6F. RGB value is (136,44,111). Sum of RGB (Red+Green+Blue) = 136+44+111=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #882C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C6F is #77D390. Grayscale: #4E4E4E. Windows color (decimal): -7852945 or 7285896. OLE color: 7285896.

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

Color convert

RGB 136 44 111 -
CMYK 0 0.68 0.18 0.47
HSL 316.3º 0.51% 0.35% -
HSV(B) 316.3º 0.68% 0.53% -
XYZ 13.92 8.18 15.88 -
YUV 79.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 136 44 111 0 0.68 0.18 0.47 316.3 0.51 0.35
Hex 88 2C 6F 0 44 12 2F 13C 33 23
Octal 210 54 157 0 104 22 57 474 63 43
Binary 10001000 101100 1101111 0 1000100 10010 101111 100111100 110011 100011

Color Harmonies of #882C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C6F

Black with #882C6F

Text Example


Text Example

White with #882C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882C6F; }

 p { color: rgb(136,44,111); }

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

background-color css

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

 a { background-color: rgb(136,44,111); }

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

border-color css

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

 span { border-color: rgb(136,44,111); }

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