Html Css Color HEX #88136E Dark Purple

📋 copy color: '#88136E'

red 136 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #88136E

Tints of Dark Purple #88136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 51.32%
G = 7.17%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88136E (or 0x88136E) is known color: Dark Purple. HEX triplet: 88, 13 and 6E. RGB value is (136,19,110). Sum of RGB (Red+Green+Blue) = 136+19+110=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88136E is #77EC91. Grayscale: #404040. Windows color (decimal): -7859346 or 7213960. OLE color: 7213960.

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

Color convert

RGB 136 19 110 -
CMYK 0 0.86 0.19 0.47
HSL 313.33º 0.75% 0.3% -
HSV(B) 313.33º 0.86% 0.53% -
XYZ 13.2 6.83 15.37 -
YUV 64.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 136 19 110 0 0.86 0.19 0.47 313.33 0.75 0.3
Hex 88 13 6E 0 56 13 2F 139 4B 1E
Octal 210 23 156 0 126 23 57 471 113 36
Binary 10001000 10011 1101110 0 1010110 10011 101111 100111001 1001011 11110

Color Harmonies of #88136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88136E

Black with #88136E

Text Example


Text Example

White with #88136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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