Html Css Color HEX #88327C Dark Purple

📋 copy color: '#88327C'

red 136 ◦ green 50 ◦ blue 124

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

Shades of Dark Purple #88327C

Tints of Dark Purple #88327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 43.87%
G = 16.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88327C (or 0x88327C) is known color: Dark Purple. HEX triplet: 88, 32 and 7C. RGB value is (136,50,124). Sum of RGB (Red+Green+Blue) = 136+50+124=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88327C is #77CD83. Grayscale: #535353. Windows color (decimal): -7851396 or 8139400. OLE color: 8139400.

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

Color convert

RGB 136 50 124 -
CMYK 0 0.63 0.09 0.47
HSL 308.37º 0.46% 0.36% -
HSV(B) 308.37º 0.63% 0.53% -
XYZ 14.93 8.97 20.01 -
YUV 84.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 136 50 124 0 0.63 0.09 0.47 308.37 0.46 0.36
Hex 88 32 7C 0 3F 9 2F 134 2E 24
Octal 210 62 174 0 77 11 57 464 56 44
Binary 10001000 110010 1111100 0 111111 1001 101111 100110100 101110 100100

Color Harmonies of #88327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88327C

Black with #88327C

Text Example


Text Example

White with #88327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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