Html Css Color HEX #88377F Dark Purple

📋 copy color: '#88377F'

red 136 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #88377F

Tints of Dark Purple #88377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.94%

R = 42.77%
G = 17.3%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88377F (or 0x88377F) is known color: Dark Purple. HEX triplet: 88, 37 and 7F. RGB value is (136,55,127). Sum of RGB (Red+Green+Blue) = 136+55+127=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #88377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88377F is #77C880. Grayscale: #575757. Windows color (decimal): -7850113 or 8337288. OLE color: 8337288.

HSL color Cylindrical-coordinate representation of color #88377F: hue angle of 306.67º 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 #88377F is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 127 -
CMYK 0 0.60 0.07 0.47
HSL 306.67º 0.42% 0.37% -
HSV(B) 306.67º 0.6% 0.53% -
XYZ 15.35 9.5 21.1 -
YUV 87.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 136 55 127 0 0.60 0.07 0.47 306.67 0.42 0.37
Hex 88 37 7F 0 3C 7 2F 133 2A 25
Octal 210 67 177 0 74 7 57 463 52 45
Binary 10001000 110111 1111111 0 111100 111 101111 100110011 101010 100101

Color Harmonies of #88377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88377F

Black with #88377F

Text Example


Text Example

White with #88377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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