Html Css Color HEX #88387F Dark Purple

📋 copy color: '#88387F'

red 136 ◦ green 56 ◦ blue 127

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

Shades of Dark Purple #88387F

Tints of Dark Purple #88387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 42.63%
G = 17.55%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88387F (or 0x88387F) is known color: Dark Purple. HEX triplet: 88, 38 and 7F. RGB value is (136,56,127). Sum of RGB (Red+Green+Blue) = 136+56+127=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #88387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88387F is #77C780. Grayscale: #575757. Windows color (decimal): -7849857 or 8337544. OLE color: 8337544.

HSL color Cylindrical-coordinate representation of color #88387F: hue angle of 306.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88387F is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 56 127 -
CMYK 0 0.59 0.07 0.47
HSL 306.75º 0.42% 0.38% -
HSV(B) 306.75º 0.59% 0.53% -
XYZ 15.4 9.59 21.12 -
YUV 88.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 136 56 127 0 0.59 0.07 0.47 306.75 0.42 0.38
Hex 88 38 7F 0 3B 7 2F 133 2A 26
Octal 210 70 177 0 73 7 57 463 52 46
Binary 10001000 111000 1111111 0 111011 111 101111 100110011 101010 100110

Color Harmonies of #88387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88387F

Black with #88387F

Text Example


Text Example

White with #88387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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