Html Css Color HEX #88397C Dark Purple

📋 copy color: '#88397C'

red 136 ◦ green 57 ◦ blue 124

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

Shades of Dark Purple #88397C

Tints of Dark Purple #88397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 42.9%
G = 17.98%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88397C (or 0x88397C) is known color: Dark Purple. HEX triplet: 88, 39 and 7C. RGB value is (136,57,124). Sum of RGB (Red+Green+Blue) = 136+57+124=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88397C is #77C683. Grayscale: #585858. Windows color (decimal): -7849604 or 8141192. OLE color: 8141192.

HSL color Cylindrical-coordinate representation of color #88397C: hue angle of 309.11º 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 #88397C is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 57 124 -
CMYK 0 0.58 0.09 0.47
HSL 309.11º 0.41% 0.38% -
HSV(B) 309.11º 0.58% 0.53% -
XYZ 15.25 9.62 20.12 -
YUV 88.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 136 57 124 0 0.58 0.09 0.47 309.11 0.41 0.38
Hex 88 39 7C 0 3A 9 2F 135 29 26
Octal 210 71 174 0 72 11 57 465 51 46
Binary 10001000 111001 1111100 0 111010 1001 101111 100110101 101001 100110

Color Harmonies of #88397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88397C

Black with #88397C

Text Example


Text Example

White with #88397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88397C; }

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

 H1.HeaderClassName
 {
   color: #88397C;
 }
 .AnyTagClassName
 {
   color: #88397C;
 }
</style>

background-color css

<style>
 a { background-color: #88397C; }

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

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

border-color css

<style>
 span { border-color: #88397C; }

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

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