Html Css Color HEX #882981 Dark Purple

📋 copy color: '#882981'

red 136 ◦ green 41 ◦ blue 129

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

Shades of Dark Purple #882981

Tints of Dark Purple #882981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 44.44%
G = 13.4%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#882981 (or 0x882981) is known color: Dark Purple. HEX triplet: 88, 29 and 81. RGB value is (136,41,129). Sum of RGB (Red+Green+Blue) = 136+41+129=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #882981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882981 is #77D67E. Grayscale: #4F4F4F. Windows color (decimal): -7853695 or 8464776. OLE color: 8464776.

HSL color Cylindrical-coordinate representation of color #882981: hue angle of 304.42º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882981 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 129 -
CMYK 0 0.70 0.05 0.47
HSL 304.42º 0.54% 0.35% -
HSV(B) 304.42º 0.7% 0.53% -
XYZ 14.91 8.41 21.61 -
YUV 79.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 136 41 129 0 0.70 0.05 0.47 304.42 0.54 0.35
Hex 88 29 81 0 46 5 2F 130 36 23
Octal 210 51 201 0 106 5 57 460 66 43
Binary 10001000 101001 10000001 0 1000110 101 101111 100110000 110110 100011

Color Harmonies of #882981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882981

Black with #882981

Text Example


Text Example

White with #882981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882981; }

 p { color: rgb(136,41,129); }

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

background-color css

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

 a { background-color: rgb(136,41,129); }

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

border-color css

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

 span { border-color: rgb(136,41,129); }

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