Html Css Color HEX #88397F Dark Purple

📋 copy color: '#88397F'

red 136 ◦ green 57 ◦ blue 127

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

Shades of Dark Purple #88397F

Tints of Dark Purple #88397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 42.5%
G = 17.81%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88397F (or 0x88397F) is known color: Dark Purple. HEX triplet: 88, 39 and 7F. RGB value is (136,57,127). Sum of RGB (Red+Green+Blue) = 136+57+127=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #88397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88397F is #77C680. Grayscale: #585858. Windows color (decimal): -7849601 or 8337800. OLE color: 8337800.

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

Color convert

RGB 136 57 127 -
CMYK 0 0.58 0.07 0.47
HSL 306.84º 0.41% 0.38% -
HSV(B) 306.84º 0.58% 0.53% -
XYZ 15.45 9.69 21.14 -
YUV 88.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 136 57 127 0 0.58 0.07 0.47 306.84 0.41 0.38
Hex 88 39 7F 0 3A 7 2F 133 29 26
Octal 210 71 177 0 72 7 57 463 51 46
Binary 10001000 111001 1111111 0 111010 111 101111 100110011 101001 100110

Color Harmonies of #88397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88397F

Black with #88397F

Text Example


Text Example

White with #88397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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