Html Css Color HEX #882B84 Dark Purple

📋 copy color: '#882B84'

red 136 ◦ green 43 ◦ blue 132

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

Shades of Dark Purple #882B84

Tints of Dark Purple #882B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 43.73%
G = 13.83%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#882B84 (or 0x882B84) is known color: Dark Purple. HEX triplet: 88, 2B and 84. RGB value is (136,43,132). Sum of RGB (Red+Green+Blue) = 136+43+132=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #882B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882B84 is #77D47B. Grayscale: #505050. Windows color (decimal): -7853180 or 8661896. OLE color: 8661896.

HSL color Cylindrical-coordinate representation of color #882B84: hue angle of 302.58º degrees, saturation: 0.52, 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 #882B84 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 132 -
CMYK 0 0.68 0.03 0.47
HSL 302.58º 0.52% 0.35% -
HSV(B) 302.58º 0.68% 0.53% -
XYZ 15.18 8.63 22.69 -
YUV 80.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 136 43 132 0 0.68 0.03 0.47 302.58 0.52 0.35
Hex 88 2B 84 0 44 3 2F 12F 34 23
Octal 210 53 204 0 104 3 57 457 64 43
Binary 10001000 101011 10000100 0 1000100 11 101111 100101111 110100 100011

Color Harmonies of #882B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B84

Black with #882B84

Text Example


Text Example

White with #882B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,43,132); }

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

background-color css

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

 a { background-color: rgb(136,43,132); }

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

border-color css

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

 span { border-color: rgb(136,43,132); }

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