Html Css Color HEX #88347C Dark Purple

📋 copy color: '#88347C'

red 136 ◦ green 52 ◦ blue 124

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

Shades of Dark Purple #88347C

Tints of Dark Purple #88347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 43.59%
G = 16.67%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88347C (or 0x88347C) is known color: Dark Purple. HEX triplet: 88, 34 and 7C. RGB value is (136,52,124). Sum of RGB (Red+Green+Blue) = 136+52+124=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88347C is #77CB83. Grayscale: #555555. Windows color (decimal): -7850884 or 8139912. OLE color: 8139912.

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

Color convert

RGB 136 52 124 -
CMYK 0 0.62 0.09 0.47
HSL 308.57º 0.45% 0.37% -
HSV(B) 308.57º 0.62% 0.53% -
XYZ 15.02 9.15 20.04 -
YUV 85.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 136 52 124 0 0.62 0.09 0.47 308.57 0.45 0.37
Hex 88 34 7C 0 3E 9 2F 135 2D 25
Octal 210 64 174 0 76 11 57 465 55 45
Binary 10001000 110100 1111100 0 111110 1001 101111 100110101 101101 100101

Color Harmonies of #88347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88347C

Black with #88347C

Text Example


Text Example

White with #88347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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