Html Css Color HEX #88297E Dark Purple

📋 copy color: '#88297E'

red 136 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #88297E

Tints of Dark Purple #88297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 44.88%
G = 13.53%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88297E (or 0x88297E) is known color: Dark Purple. HEX triplet: 88, 29 and 7E. RGB value is (136,41,126). Sum of RGB (Red+Green+Blue) = 136+41+126=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #88297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88297E is #77D681. Grayscale: #4E4E4E. Windows color (decimal): -7853698 or 8268168. OLE color: 8268168.

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

Color convert

RGB 136 41 126 -
CMYK 0 0.70 0.07 0.47
HSL 306.32º 0.54% 0.35% -
HSV(B) 306.32º 0.7% 0.53% -
XYZ 14.71 8.33 20.57 -
YUV 79.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 136 41 126 0 0.70 0.07 0.47 306.32 0.54 0.35
Hex 88 29 7E 0 46 7 2F 132 36 23
Octal 210 51 176 0 106 7 57 462 66 43
Binary 10001000 101001 1111110 0 1000110 111 101111 100110010 110110 100011

Color Harmonies of #88297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88297E

Black with #88297E

Text Example


Text Example

White with #88297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88297E; }

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

 H1.HeaderClassName
 {
   color: #88297E;
 }
 .AnyTagClassName
 {
   color: #88297E;
 }
</style>

background-color css

<style>
 a { background-color: #88297E; }

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

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

border-color css

<style>
 span { border-color: #88297E; }

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

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