Html Css Color HEX #88377C Dark Purple

📋 copy color: '#88377C'

red 136 ◦ green 55 ◦ blue 124

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

Shades of Dark Purple #88377C

Tints of Dark Purple #88377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 43.17%
G = 17.46%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88377C (or 0x88377C) is known color: Dark Purple. HEX triplet: 88, 37 and 7C. RGB value is (136,55,124). Sum of RGB (Red+Green+Blue) = 136+55+124=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88377C is #77C883. Grayscale: #565656. Windows color (decimal): -7850116 or 8140680. OLE color: 8140680.

HSL color Cylindrical-coordinate representation of color #88377C: hue angle of 308.89º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88377C is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 124 -
CMYK 0 0.60 0.09 0.47
HSL 308.89º 0.42% 0.37% -
HSV(B) 308.89º 0.6% 0.53% -
XYZ 15.16 9.42 20.09 -
YUV 87.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 136 55 124 0 0.60 0.09 0.47 308.89 0.42 0.37
Hex 88 37 7C 0 3C 9 2F 135 2A 25
Octal 210 67 174 0 74 11 57 465 52 45
Binary 10001000 110111 1111100 0 111100 1001 101111 100110101 101010 100101

Color Harmonies of #88377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88377C

Black with #88377C

Text Example


Text Example

White with #88377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88377C; }

 p { color: rgb(136,55,124); }

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

background-color css

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

 a { background-color: rgb(136,55,124); }

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

border-color css

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

 span { border-color: rgb(136,55,124); }

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