Html Css Color HEX #88396D Dark Purple

📋 copy color: '#88396D'

red 136 ◦ green 57 ◦ blue 109

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

Shades of Dark Purple #88396D

Tints of Dark Purple #88396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 45.03%
G = 18.87%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88396D (or 0x88396D) is known color: Dark Purple. HEX triplet: 88, 39 and 6D. RGB value is (136,57,109). Sum of RGB (Red+Green+Blue) = 136+57+109=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #88396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88396D is #77C692. Grayscale: #565656. Windows color (decimal): -7849619 or 7158152. OLE color: 7158152.

HSL color Cylindrical-coordinate representation of color #88396D: hue angle of 320.51º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88396D is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 57 109 -
CMYK 0 0.58 0.20 0.47
HSL 320.51º 0.41% 0.38% -
HSV(B) 320.51º 0.58% 0.53% -
XYZ 14.38 9.26 15.5 -
YUV 86.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 136 57 109 0 0.58 0.20 0.47 320.51 0.41 0.38
Hex 88 39 6D 0 3A 14 2F 141 29 26
Octal 210 71 155 0 72 24 57 501 51 46
Binary 10001000 111001 1101101 0 111010 10100 101111 101000001 101001 100110

Color Harmonies of #88396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88396D

Black with #88396D

Text Example


Text Example

White with #88396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88396D; }

 p { color: rgb(136,57,109); }

 H1.HeaderClassName
 {
   color: #88396D;
 }
 .AnyTagClassName
 {
   color: #88396D;
 }
</style>

background-color css

<style>
 a { background-color: #88396D; }

 a { background-color: rgb(136,57,109); }

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

border-color css

<style>
 span { border-color: #88396D; }

 span { border-color: rgb(136,57,109); }

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