Html Css Color HEX #88137F Dark Purple

📋 copy color: '#88137F'

red 136 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #88137F

Tints of Dark Purple #88137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 48.23%
G = 6.74%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88137F (or 0x88137F) is known color: Dark Purple. HEX triplet: 88, 13 and 7F. RGB value is (136,19,127). Sum of RGB (Red+Green+Blue) = 136+19+127=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88137F is #77EC80. Grayscale: #414141. Windows color (decimal): -7859329 or 8328072. OLE color: 8328072.

HSL color Cylindrical-coordinate representation of color #88137F: hue angle of 304.62º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88137F is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 127 -
CMYK 0 0.86 0.07 0.47
HSL 304.62º 0.75% 0.3% -
HSV(B) 304.62º 0.86% 0.53% -
XYZ 14.22 7.23 20.73 -
YUV 66.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 136 19 127 0 0.86 0.07 0.47 304.62 0.75 0.3
Hex 88 13 7F 0 56 7 2F 131 4B 1E
Octal 210 23 177 0 126 7 57 461 113 36
Binary 10001000 10011 1111111 0 1010110 111 101111 100110001 1001011 11110

Color Harmonies of #88137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88137F

Black with #88137F

Text Example


Text Example

White with #88137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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