Html Css Color HEX #88356B Dark Purple

📋 copy color: '#88356B'

red 136 ◦ green 53 ◦ blue 107

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

Shades of Dark Purple #88356B

Tints of Dark Purple #88356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 45.95%
G = 17.91%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88356B (or 0x88356B) is known color: Dark Purple. HEX triplet: 88, 35 and 6B. RGB value is (136,53,107). Sum of RGB (Red+Green+Blue) = 136+53+107=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88356B is #77CA94. Grayscale: #535353. Windows color (decimal): -7850645 or 7026056. OLE color: 7026056.

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

Color convert

RGB 136 53 107 -
CMYK 0 0.61 0.21 0.47
HSL 320.96º 0.44% 0.37% -
HSV(B) 320.96º 0.61% 0.53% -
XYZ 14.08 8.84 14.87 -
YUV 83.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 136 53 107 0 0.61 0.21 0.47 320.96 0.44 0.37
Hex 88 35 6B 0 3D 15 2F 141 2C 25
Octal 210 65 153 0 75 25 57 501 54 45
Binary 10001000 110101 1101011 0 111101 10101 101111 101000001 101100 100101

Color Harmonies of #88356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88356B

Black with #88356B

Text Example


Text Example

White with #88356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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