Html Css Color HEX #88137A Dark Purple

📋 copy color: '#88137A'

red 136 ◦ green 19 ◦ blue 122

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

Shades of Dark Purple #88137A

Tints of Dark Purple #88137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 49.1%
G = 6.86%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88137A (or 0x88137A) is known color: Dark Purple. HEX triplet: 88, 13 and 7A. RGB value is (136,19,122). Sum of RGB (Red+Green+Blue) = 136+19+122=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88137A is #77EC85. Grayscale: #414141. Windows color (decimal): -7859334 or 8000392. OLE color: 8000392.

HSL color Cylindrical-coordinate representation of color #88137A: hue angle of 307.18º 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 #88137A is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 122 -
CMYK 0 0.86 0.10 0.47
HSL 307.18º 0.75% 0.3% -
HSV(B) 307.18º 0.86% 0.53% -
XYZ 13.9 7.11 19.05 -
YUV 65.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 136 19 122 0 0.86 0.10 0.47 307.18 0.75 0.3
Hex 88 13 7A 0 56 A 2F 133 4B 1E
Octal 210 23 172 0 126 12 57 463 113 36
Binary 10001000 10011 1111010 0 1010110 1010 101111 100110011 1001011 11110

Color Harmonies of #88137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88137A

Black with #88137A

Text Example


Text Example

White with #88137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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