Html Css Color HEX #882684 Dark Purple

📋 copy color: '#882684'

red 136 ◦ green 38 ◦ blue 132

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

Shades of Dark Purple #882684

Tints of Dark Purple #882684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 44.44%
G = 12.42%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#882684 (or 0x882684) is known color: Dark Purple. HEX triplet: 88, 26 and 84. RGB value is (136,38,132). Sum of RGB (Red+Green+Blue) = 136+38+132=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #882684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882684 is #77D97B. Grayscale: #4D4D4D. Windows color (decimal): -7854460 or 8660616. OLE color: 8660616.

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

Color convert

RGB 136 38 132 -
CMYK 0 0.72 0.03 0.47
HSL 302.45º 0.56% 0.34% -
HSV(B) 302.45º 0.72% 0.53% -
XYZ 15.01 8.29 22.64 -
YUV 78.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 136 38 132 0 0.72 0.03 0.47 302.45 0.56 0.34
Hex 88 26 84 0 48 3 2F 12E 38 22
Octal 210 46 204 0 110 3 57 456 70 42
Binary 10001000 100110 10000100 0 1001000 11 101111 100101110 111000 100010

Color Harmonies of #882684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882684

Black with #882684

Text Example


Text Example

White with #882684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882684; }

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

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

background-color css

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

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

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

border-color css

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

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

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