Html Css Color HEX #882284 Dark Purple

📋 copy color: '#882284'

red 136 ◦ green 34 ◦ blue 132

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

Shades of Dark Purple #882284

Tints of Dark Purple #882284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.26%

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

R = 45.03%
G = 11.26%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#882284 (or 0x882284) is known color: Dark Purple. HEX triplet: 88, 22 and 84. RGB value is (136,34,132). Sum of RGB (Red+Green+Blue) = 136+34+132=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #882284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882284 is #77DD7B. Grayscale: #4B4B4B. Windows color (decimal): -7855484 or 8659592. OLE color: 8659592.

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

Color convert

RGB 136 34 132 -
CMYK 0 0.75 0.03 0.47
HSL 302.35º 0.6% 0.33% -
HSV(B) 302.35º 0.75% 0.53% -
XYZ 14.89 8.04 22.6 -
YUV 75.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 136 34 132 0 0.75 0.03 0.47 302.35 0.6 0.33
Hex 88 22 84 0 4B 3 2F 12E 3C 21
Octal 210 42 204 0 113 3 57 456 74 41
Binary 10001000 100010 10000100 0 1001011 11 101111 100101110 111100 100001

Color Harmonies of #882284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882284

Black with #882284

Text Example


Text Example

White with #882284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882284; }

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

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

background-color css

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

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

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

border-color css

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

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

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