Html Css Color HEX #88356C Dark Purple

📋 copy color: '#88356C'

red 136 ◦ green 53 ◦ blue 108

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

Shades of Dark Purple #88356C

Tints of Dark Purple #88356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 45.79%
G = 17.85%
B = 36.36%

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

#88356C (or 0x88356C) is known color: Dark Purple. HEX triplet: 88, 35 and 6C. RGB value is (136,53,108). Sum of RGB (Red+Green+Blue) = 136+53+108=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88356C is #77CA93. Grayscale: #535353. Windows color (decimal): -7850644 or 7091592. OLE color: 7091592.

HSL color Cylindrical-coordinate representation of color #88356C: hue angle of 320.24º 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 #88356C is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 108 -
CMYK 0 0.61 0.21 0.47
HSL 320.24º 0.44% 0.37% -
HSV(B) 320.24º 0.61% 0.53% -
XYZ 14.13 8.86 15.15 -
YUV 84.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 136 53 108 0 0.61 0.21 0.47 320.24 0.44 0.37
Hex 88 35 6C 0 3D 15 2F 140 2C 25
Octal 210 65 154 0 75 25 57 500 54 45
Binary 10001000 110101 1101100 0 111101 10101 101111 101000000 101100 100101

Color Harmonies of #88356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88356C

Black with #88356C

Text Example


Text Example

White with #88356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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