Html Css Color HEX #882F74 Dark Purple

📋 copy color: '#882F74'

red 136 ◦ green 47 ◦ blue 116

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

Shades of Dark Purple #882F74

Tints of Dark Purple #882F74

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 45.48%
G = 15.72%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#882F74 (or 0x882F74) is known color: Dark Purple. HEX triplet: 88, 2F and 74. RGB value is (136,47,116). Sum of RGB (Red+Green+Blue) = 136+47+116=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #882F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F74 is #77D08B. Grayscale: #515151. Windows color (decimal): -7852172 or 7614344. OLE color: 7614344.

HSL color Cylindrical-coordinate representation of color #882F74: hue angle of 313.48º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F74 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 116 -
CMYK 0 0.65 0.15 0.47
HSL 313.48º 0.49% 0.36% -
HSV(B) 313.48º 0.65% 0.53% -
XYZ 14.32 8.53 17.41 -
YUV 81.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 136 47 116 0 0.65 0.15 0.47 313.48 0.49 0.36
Hex 88 2F 74 0 41 F 2F 139 31 24
Octal 210 57 164 0 101 17 57 471 61 44
Binary 10001000 101111 1110100 0 1000001 1111 101111 100111001 110001 100100

Color Harmonies of #882F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F74

Black with #882F74

Text Example


Text Example

White with #882F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882F74; }

 p { color: rgb(136,47,116); }

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

background-color css

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

 a { background-color: rgb(136,47,116); }

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

border-color css

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

 span { border-color: rgb(136,47,116); }

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