Html Css Color HEX #88327F Dark Purple

📋 copy color: '#88327F'

red 136 ◦ green 50 ◦ blue 127

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

Shades of Dark Purple #88327F

Tints of Dark Purple #88327F

RGB

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

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

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

R = 43.45%
G = 15.97%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88327F (or 0x88327F) is known color: Dark Purple. HEX triplet: 88, 32 and 7F. RGB value is (136,50,127). Sum of RGB (Red+Green+Blue) = 136+50+127=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88327F is #77CD80. Grayscale: #545454. Windows color (decimal): -7851393 or 8336008. OLE color: 8336008.

HSL color Cylindrical-coordinate representation of color #88327F: hue angle of 306.28º 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 #88327F is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 127 -
CMYK 0 0.63 0.07 0.47
HSL 306.28º 0.46% 0.36% -
HSV(B) 306.28º 0.63% 0.53% -
XYZ 15.12 9.05 21.03 -
YUV 84.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 136 50 127 0 0.63 0.07 0.47 306.28 0.46 0.36
Hex 88 32 7F 0 3F 7 2F 132 2E 24
Octal 210 62 177 0 77 7 57 462 56 44
Binary 10001000 110010 1111111 0 111111 111 101111 100110010 101110 100100

Color Harmonies of #88327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88327F

Black with #88327F

Text Example


Text Example

White with #88327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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