Html Css Color HEX #88347F Dark Purple

📋 copy color: '#88347F'

red 136 ◦ green 52 ◦ blue 127

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

Shades of Dark Purple #88347F

Tints of Dark Purple #88347F

RGB

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

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

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

R = 43.17%
G = 16.51%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88347F (or 0x88347F) is known color: Dark Purple. HEX triplet: 88, 34 and 7F. RGB value is (136,52,127). Sum of RGB (Red+Green+Blue) = 136+52+127=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88347F is #77CB80. Grayscale: #555555. Windows color (decimal): -7850881 or 8336520. OLE color: 8336520.

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

Color convert

RGB 136 52 127 -
CMYK 0 0.62 0.07 0.47
HSL 306.43º 0.45% 0.37% -
HSV(B) 306.43º 0.62% 0.53% -
XYZ 15.21 9.22 21.06 -
YUV 85.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 136 52 127 0 0.62 0.07 0.47 306.43 0.45 0.37
Hex 88 34 7F 0 3E 7 2F 132 2D 25
Octal 210 64 177 0 76 7 57 462 55 45
Binary 10001000 110100 1111111 0 111110 111 101111 100110010 101101 100101

Color Harmonies of #88347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88347F

Black with #88347F

Text Example


Text Example

White with #88347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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