Html Css Color HEX #882481 Dark Purple

📋 copy color: '#882481'

red 136 ◦ green 36 ◦ blue 129

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

Shades of Dark Purple #882481

Tints of Dark Purple #882481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 45.18%
G = 11.96%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#882481 (or 0x882481) is known color: Dark Purple. HEX triplet: 88, 24 and 81. RGB value is (136,36,129). Sum of RGB (Red+Green+Blue) = 136+36+129=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #882481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882481 is #77DB7E. Grayscale: #4C4C4C. Windows color (decimal): -7854975 or 8463496. OLE color: 8463496.

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

Color convert

RGB 136 36 129 -
CMYK 0 0.74 0.05 0.47
HSL 304.2º 0.58% 0.34% -
HSV(B) 304.2º 0.74% 0.53% -
XYZ 14.75 8.08 21.55 -
YUV 76.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 136 36 129 0 0.74 0.05 0.47 304.2 0.58 0.34
Hex 88 24 81 0 4A 5 2F 130 3A 22
Octal 210 44 201 0 112 5 57 460 72 42
Binary 10001000 100100 10000001 0 1001010 101 101111 100110000 111010 100010

Color Harmonies of #882481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882481

Black with #882481

Text Example


Text Example

White with #882481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882481; }

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

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

background-color css

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

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

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

border-color css

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

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

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