Html Css Color HEX #88147C Dark Purple

📋 copy color: '#88147C'

red 136 ◦ green 20 ◦ blue 124

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

Shades of Dark Purple #88147C

Tints of Dark Purple #88147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

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

R = 48.57%
G = 7.14%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88147C (or 0x88147C) is known color: Dark Purple. HEX triplet: 88, 14 and 7C. RGB value is (136,20,124). Sum of RGB (Red+Green+Blue) = 136+20+124=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88147C is #77EB83. Grayscale: #424242. Windows color (decimal): -7859076 or 8131720. OLE color: 8131720.

HSL color Cylindrical-coordinate representation of color #88147C: hue angle of 306.21º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88147C is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 124 -
CMYK 0 0.85 0.09 0.47
HSL 306.21º 0.74% 0.31% -
HSV(B) 306.21º 0.85% 0.53% -
XYZ 14.04 7.19 19.72 -
YUV 66.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 136 20 124 0 0.85 0.09 0.47 306.21 0.74 0.31
Hex 88 14 7C 0 55 9 2F 132 4A 1F
Octal 210 24 174 0 125 11 57 462 112 37
Binary 10001000 10100 1111100 0 1010101 1001 101111 100110010 1001010 11111

Color Harmonies of #88147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88147C

Black with #88147C

Text Example


Text Example

White with #88147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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