Html Css Color HEX #884178 Dark Purple

📋 copy color: '#884178'

red 136 ◦ green 65 ◦ blue 120

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

Shades of Dark Purple #884178

Tints of Dark Purple #884178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 42.37%
G = 20.25%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#884178 (or 0x884178) is known color: Dark Purple. HEX triplet: 88, 41 and 78. RGB value is (136,65,120). Sum of RGB (Red+Green+Blue) = 136+65+120=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884178 is #77BE87. Grayscale: #5C5C5C. Windows color (decimal): -7847560 or 7881096. OLE color: 7881096.

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

Color convert

RGB 136 65 120 -
CMYK 0 0.52 0.12 0.47
HSL 313.52º 0.35% 0.39% -
HSV(B) 313.52º 0.52% 0.53% -
XYZ 15.43 10.37 18.96 -
YUV 92.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 136 65 120 0 0.52 0.12 0.47 313.52 0.35 0.39
Hex 88 41 78 0 34 C 2F 13A 23 27
Octal 210 101 170 0 64 14 57 472 43 47
Binary 10001000 1000001 1111000 0 110100 1100 101111 100111010 100011 100111

Color Harmonies of #884178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884178

Black with #884178

Text Example


Text Example

White with #884178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884178; }

 p { color: rgb(136,65,120); }

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

background-color css

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

 a { background-color: rgb(136,65,120); }

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

border-color css

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

 span { border-color: rgb(136,65,120); }

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