Html Css Color HEX #88366E Dark Purple

📋 copy color: '#88366E'

red 136 ◦ green 54 ◦ blue 110

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

Shades of Dark Purple #88366E

Tints of Dark Purple #88366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

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

R = 45.33%
G = 18%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88366E (or 0x88366E) is known color: Dark Purple. HEX triplet: 88, 36 and 6E. RGB value is (136,54,110). Sum of RGB (Red+Green+Blue) = 136+54+110=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88366E is #77C991. Grayscale: #545454. Windows color (decimal): -7850386 or 7222920. OLE color: 7222920.

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

Color convert

RGB 136 54 110 -
CMYK 0 0.60 0.19 0.47
HSL 319.02º 0.43% 0.37% -
HSV(B) 319.02º 0.6% 0.53% -
XYZ 14.29 9 15.74 -
YUV 84.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 136 54 110 0 0.60 0.19 0.47 319.02 0.43 0.37
Hex 88 36 6E 0 3C 13 2F 13F 2B 25
Octal 210 66 156 0 74 23 57 477 53 45
Binary 10001000 110110 1101110 0 111100 10011 101111 100111111 101011 100101

Color Harmonies of #88366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88366E

Black with #88366E

Text Example


Text Example

White with #88366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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