Html Css Color HEX #881782 Dark Purple

📋 copy color: '#881782'

red 136 ◦ green 23 ◦ blue 130

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

Shades of Dark Purple #881782

Tints of Dark Purple #881782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 47.06%
G = 7.96%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#881782 (or 0x881782) is known color: Dark Purple. HEX triplet: 88, 17 and 82. RGB value is (136,23,130). Sum of RGB (Red+Green+Blue) = 136+23+130=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #881782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881782 is #77E87D. Grayscale: #444444. Windows color (decimal): -7858302 or 8525704. OLE color: 8525704.

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

Color convert

RGB 136 23 130 -
CMYK 0 0.83 0.04 0.47
HSL 303.19º 0.71% 0.31% -
HSV(B) 303.19º 0.83% 0.53% -
XYZ 14.49 7.46 21.8 -
YUV 68.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 136 23 130 0 0.83 0.04 0.47 303.19 0.71 0.31
Hex 88 17 82 0 53 4 2F 12F 47 1F
Octal 210 27 202 0 123 4 57 457 107 37
Binary 10001000 10111 10000010 0 1010011 100 101111 100101111 1000111 11111

Color Harmonies of #881782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881782

Black with #881782

Text Example


Text Example

White with #881782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881782; }

 p { color: rgb(136,23,130); }

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

background-color css

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

 a { background-color: rgb(136,23,130); }

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

border-color css

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

 span { border-color: rgb(136,23,130); }

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