Html Css Color HEX #88296F Dark Purple

📋 copy color: '#88296F'

red 136 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #88296F

Tints of Dark Purple #88296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 47.22%
G = 14.24%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88296F (or 0x88296F) is known color: Dark Purple. HEX triplet: 88, 29 and 6F. RGB value is (136,41,111). Sum of RGB (Red+Green+Blue) = 136+41+111=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #88296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88296F is #77D690. Grayscale: #4D4D4D. Windows color (decimal): -7853713 or 7285128. OLE color: 7285128.

HSL color Cylindrical-coordinate representation of color #88296F: hue angle of 315.79º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88296F is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 111 -
CMYK 0 0.70 0.18 0.47
HSL 315.79º 0.54% 0.35% -
HSV(B) 315.79º 0.7% 0.53% -
XYZ 13.82 7.97 15.85 -
YUV 77.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 136 41 111 0 0.70 0.18 0.47 315.79 0.54 0.35
Hex 88 29 6F 0 46 12 2F 13C 36 23
Octal 210 51 157 0 106 22 57 474 66 43
Binary 10001000 101001 1101111 0 1000110 10010 101111 100111100 110110 100011

Color Harmonies of #88296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88296F

Black with #88296F

Text Example


Text Example

White with #88296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,41,111); }

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

background-color css

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

 a { background-color: rgb(136,41,111); }

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

border-color css

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

 span { border-color: rgb(136,41,111); }

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