Html Css Color HEX #882879 Dark Purple

📋 copy color: '#882879'

red 136 ◦ green 40 ◦ blue 121

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

Shades of Dark Purple #882879

Tints of Dark Purple #882879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 121 (47.66% from 255) = 40.74%

R = 45.79%
G = 13.47%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#882879 (or 0x882879) is known color: Dark Purple. HEX triplet: 88, 28 and 79. RGB value is (136,40,121). Sum of RGB (Red+Green+Blue) = 136+40+121=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #882879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882879 is #77D786. Grayscale: #4D4D4D. Windows color (decimal): -7853959 or 7940232. OLE color: 7940232.

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

Color convert

RGB 136 40 121 -
CMYK 0 0.71 0.11 0.47
HSL 309.38º 0.55% 0.35% -
HSV(B) 309.38º 0.71% 0.53% -
XYZ 14.36 8.13 18.9 -
YUV 77.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 136 40 121 0 0.71 0.11 0.47 309.38 0.55 0.35
Hex 88 28 79 0 47 B 2F 135 37 23
Octal 210 50 171 0 107 13 57 465 67 43
Binary 10001000 101000 1111001 0 1000111 1011 101111 100110101 110111 100011

Color Harmonies of #882879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882879

Black with #882879

Text Example


Text Example

White with #882879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882879; }

 p { color: rgb(136,40,121); }

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

background-color css

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

 a { background-color: rgb(136,40,121); }

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

border-color css

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

 span { border-color: rgb(136,40,121); }

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