Html Css Color HEX #882781 Dark Purple

📋 copy color: '#882781'

red 136 ◦ green 39 ◦ blue 129

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

Shades of Dark Purple #882781

Tints of Dark Purple #882781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 44.74%
G = 12.83%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#882781 (or 0x882781) is known color: Dark Purple. HEX triplet: 88, 27 and 81. RGB value is (136,39,129). Sum of RGB (Red+Green+Blue) = 136+39+129=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #882781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882781 is #77D87E. Grayscale: #4E4E4E. Windows color (decimal): -7854207 or 8464264. OLE color: 8464264.

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

Color convert

RGB 136 39 129 -
CMYK 0 0.71 0.05 0.47
HSL 304.33º 0.55% 0.34% -
HSV(B) 304.33º 0.71% 0.53% -
XYZ 14.84 8.27 21.58 -
YUV 78.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 136 39 129 0 0.71 0.05 0.47 304.33 0.55 0.34
Hex 88 27 81 0 47 5 2F 130 37 22
Octal 210 47 201 0 107 5 57 460 67 42
Binary 10001000 100111 10000001 0 1000111 101 101111 100110000 110111 100010

Color Harmonies of #882781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882781

Black with #882781

Text Example


Text Example

White with #882781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882781; }

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

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

background-color css

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

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

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

border-color css

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

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

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