Html Css Color HEX #88317F Dark Purple

📋 copy color: '#88317F'

red 136 ◦ green 49 ◦ blue 127

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

Shades of Dark Purple #88317F

Tints of Dark Purple #88317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 43.59%
G = 15.71%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88317F (or 0x88317F) is known color: Dark Purple. HEX triplet: 88, 31 and 7F. RGB value is (136,49,127). Sum of RGB (Red+Green+Blue) = 136+49+127=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88317F is #77CE80. Grayscale: #535353. Windows color (decimal): -7851649 or 8335752. OLE color: 8335752.

HSL color Cylindrical-coordinate representation of color #88317F: hue angle of 306.21º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88317F is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 49 127 -
CMYK 0 0.64 0.07 0.47
HSL 306.21º 0.47% 0.36% -
HSV(B) 306.21º 0.64% 0.53% -
XYZ 15.08 8.96 21.01 -
YUV 83.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 136 49 127 0 0.64 0.07 0.47 306.21 0.47 0.36
Hex 88 31 7F 0 40 7 2F 132 2F 24
Octal 210 61 177 0 100 7 57 462 57 44
Binary 10001000 110001 1111111 0 1000000 111 101111 100110010 101111 100100

Color Harmonies of #88317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88317F

Black with #88317F

Text Example


Text Example

White with #88317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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