Html Css Color HEX #88296B Dark Purple

📋 copy color: '#88296B'

red 136 ◦ green 41 ◦ blue 107

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

Shades of Dark Purple #88296B

Tints of Dark Purple #88296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 47.89%
G = 14.44%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88296B (or 0x88296B) is known color: Dark Purple. HEX triplet: 88, 29 and 6B. RGB value is (136,41,107). Sum of RGB (Red+Green+Blue) = 136+41+107=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88296B is #77D694. Grayscale: #4C4C4C. Windows color (decimal): -7853717 or 7022984. OLE color: 7022984.

HSL color Cylindrical-coordinate representation of color #88296B: hue angle of 318.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 #88296B is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 107 -
CMYK 0 0.70 0.21 0.47
HSL 318.32º 0.54% 0.35% -
HSV(B) 318.32º 0.7% 0.53% -
XYZ 13.6 7.88 14.71 -
YUV 76.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 136 41 107 0 0.70 0.21 0.47 318.32 0.54 0.35
Hex 88 29 6B 0 46 15 2F 13E 36 23
Octal 210 51 153 0 106 25 57 476 66 43
Binary 10001000 101001 1101011 0 1000110 10101 101111 100111110 110110 100011

Color Harmonies of #88296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88296B

Black with #88296B

Text Example


Text Example

White with #88296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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