Html Css Color HEX #88206C Dark Purple

📋 copy color: '#88206C'

red 136 ◦ green 32 ◦ blue 108

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

Shades of Dark Purple #88206C

Tints of Dark Purple #88206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 49.28%
G = 11.59%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88206C (or 0x88206C) is known color: Dark Purple. HEX triplet: 88, 20 and 6C. RGB value is (136,32,108). Sum of RGB (Red+Green+Blue) = 136+32+108=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88206C is #77DF93. Grayscale: #474747. Windows color (decimal): -7856020 or 7086216. OLE color: 7086216.

HSL color Cylindrical-coordinate representation of color #88206C: hue angle of 316.15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88206C is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 108 -
CMYK 0 0.76 0.21 0.47
HSL 316.15º 0.62% 0.33% -
HSV(B) 316.15º 0.76% 0.53% -
XYZ 13.38 7.35 14.9 -
YUV 71.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 136 32 108 0 0.76 0.21 0.47 316.15 0.62 0.33
Hex 88 20 6C 0 4C 15 2F 13C 3E 21
Octal 210 40 154 0 114 25 57 474 76 41
Binary 10001000 100000 1101100 0 1001100 10101 101111 100111100 111110 100001

Color Harmonies of #88206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88206C

Black with #88206C

Text Example


Text Example

White with #88206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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