Html Css Color HEX #88376B Dark Purple

📋 copy color: '#88376B'

red 136 ◦ green 55 ◦ blue 107

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

Shades of Dark Purple #88376B

Tints of Dark Purple #88376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 45.64%
G = 18.46%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88376B (or 0x88376B) is known color: Dark Purple. HEX triplet: 88, 37 and 6B. RGB value is (136,55,107). Sum of RGB (Red+Green+Blue) = 136+55+107=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88376B is #77C894. Grayscale: #555555. Windows color (decimal): -7850133 or 7026568. OLE color: 7026568.

HSL color Cylindrical-coordinate representation of color #88376B: hue angle of 321.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88376B is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 107 -
CMYK 0 0.60 0.21 0.47
HSL 321.48º 0.42% 0.37% -
HSV(B) 321.48º 0.6% 0.53% -
XYZ 14.17 9.03 14.91 -
YUV 85.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 136 55 107 0 0.60 0.21 0.47 321.48 0.42 0.37
Hex 88 37 6B 0 3C 15 2F 141 2A 25
Octal 210 67 153 0 74 25 57 501 52 45
Binary 10001000 110111 1101011 0 111100 10101 101111 101000001 101010 100101

Color Harmonies of #88376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88376B

Black with #88376B

Text Example


Text Example

White with #88376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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