Html Css Color HEX #88147D Dark Purple

📋 copy color: '#88147D'

red 136 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #88147D

Tints of Dark Purple #88147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.48%

R = 48.4%
G = 7.12%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88147D (or 0x88147D) is known color: Dark Purple. HEX triplet: 88, 14 and 7D. RGB value is (136,20,125). Sum of RGB (Red+Green+Blue) = 136+20+125=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88147D is #77EB82. Grayscale: #424242. Windows color (decimal): -7859075 or 8197256. OLE color: 8197256.

HSL color Cylindrical-coordinate representation of color #88147D: hue angle of 305.69º 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 #88147D is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 125 -
CMYK 0 0.85 0.08 0.47
HSL 305.69º 0.74% 0.31% -
HSV(B) 305.69º 0.85% 0.53% -
XYZ 14.11 7.22 20.05 -
YUV 66.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 136 20 125 0 0.85 0.08 0.47 305.69 0.74 0.31
Hex 88 14 7D 0 55 8 2F 132 4A 1F
Octal 210 24 175 0 125 10 57 462 112 37
Binary 10001000 10100 1111101 0 1010101 1000 101111 100110010 1001010 11111

Color Harmonies of #88147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88147D

Black with #88147D

Text Example


Text Example

White with #88147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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