Html Css Color HEX #882873 Dark Purple

📋 copy color: '#882873'

red 136 ◦ green 40 ◦ blue 115

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

Shades of Dark Purple #882873

Tints of Dark Purple #882873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 115 (45.31% from 255) = 39.52%

R = 46.74%
G = 13.75%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#882873 (or 0x882873) is known color: Dark Purple. HEX triplet: 88, 28 and 73. RGB value is (136,40,115). Sum of RGB (Red+Green+Blue) = 136+40+115=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #882873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882873 is #77D78C. Grayscale: #4D4D4D. Windows color (decimal): -7853965 or 7547016. OLE color: 7547016.

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

Color convert

RGB 136 40 115 -
CMYK 0 0.71 0.15 0.47
HSL 313.13º 0.55% 0.35% -
HSV(B) 313.13º 0.71% 0.53% -
XYZ 14.01 7.99 17.02 -
YUV 77.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 136 40 115 0 0.71 0.15 0.47 313.13 0.55 0.35
Hex 88 28 73 0 47 F 2F 139 37 23
Octal 210 50 163 0 107 17 57 471 67 43
Binary 10001000 101000 1110011 0 1000111 1111 101111 100111001 110111 100011

Color Harmonies of #882873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882873

Black with #882873

Text Example


Text Example

White with #882873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882873; }

 p { color: rgb(136,40,115); }

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

background-color css

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

 a { background-color: rgb(136,40,115); }

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

border-color css

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

 span { border-color: rgb(136,40,115); }

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