Html Css Color HEX #88397B Dark Purple

📋 copy color: '#88397B'

red 136 ◦ green 57 ◦ blue 123

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

Shades of Dark Purple #88397B

Tints of Dark Purple #88397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 43.04%
G = 18.04%
B = 38.92%

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

#88397B (or 0x88397B) is known color: Dark Purple. HEX triplet: 88, 39 and 7B. RGB value is (136,57,123). Sum of RGB (Red+Green+Blue) = 136+57+123=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #88397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88397B is #77C684. Grayscale: #575757. Windows color (decimal): -7849605 or 8075656. OLE color: 8075656.

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

Color convert

RGB 136 57 123 -
CMYK 0 0.58 0.10 0.47
HSL 309.87º 0.41% 0.38% -
HSV(B) 309.87º 0.58% 0.53% -
XYZ 15.19 9.59 19.79 -
YUV 88.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 136 57 123 0 0.58 0.10 0.47 309.87 0.41 0.38
Hex 88 39 7B 0 3A A 2F 136 29 26
Octal 210 71 173 0 72 12 57 466 51 46
Binary 10001000 111001 1111011 0 111010 1010 101111 100110110 101001 100110

Color Harmonies of #88397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88397B

Black with #88397B

Text Example


Text Example

White with #88397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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