Html Css Color HEX #88397A Dark Purple

📋 copy color: '#88397A'

red 136 ◦ green 57 ◦ blue 122

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

Shades of Dark Purple #88397A

Tints of Dark Purple #88397A

RGB

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

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

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

R = 43.17%
G = 18.1%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88397A (or 0x88397A) is known color: Dark Purple. HEX triplet: 88, 39 and 7A. RGB value is (136,57,122). Sum of RGB (Red+Green+Blue) = 136+57+122=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88397A is #77C685. Grayscale: #575757. Windows color (decimal): -7849606 or 8010120. OLE color: 8010120.

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

Color convert

RGB 136 57 122 -
CMYK 0 0.58 0.10 0.47
HSL 310.63º 0.41% 0.38% -
HSV(B) 310.63º 0.58% 0.53% -
XYZ 15.13 9.57 19.46 -
YUV 88.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 136 57 122 0 0.58 0.10 0.47 310.63 0.41 0.38
Hex 88 39 7A 0 3A A 2F 137 29 26
Octal 210 71 172 0 72 12 57 467 51 46
Binary 10001000 111001 1111010 0 111010 1010 101111 100110111 101001 100110

Color Harmonies of #88397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88397A

Black with #88397A

Text Example


Text Example

White with #88397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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