Html Css Color HEX #88207D Dark Purple

📋 copy color: '#88207D'

red 136 ◦ green 32 ◦ blue 125

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

Shades of Dark Purple #88207D

Tints of Dark Purple #88207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 46.42%
G = 10.92%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88207D (or 0x88207D) is known color: Dark Purple. HEX triplet: 88, 20 and 7D. RGB value is (136,32,125). Sum of RGB (Red+Green+Blue) = 136+32+125=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88207D is #77DF82. Grayscale: #494949. Windows color (decimal): -7856003 or 8200328. OLE color: 8200328.

HSL color Cylindrical-coordinate representation of color #88207D: hue angle of 306.35º 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 #88207D is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 125 -
CMYK 0 0.76 0.08 0.47
HSL 306.35º 0.62% 0.33% -
HSV(B) 306.35º 0.76% 0.53% -
XYZ 14.37 7.75 20.14 -
YUV 73.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 136 32 125 0 0.76 0.08 0.47 306.35 0.62 0.33
Hex 88 20 7D 0 4C 8 2F 132 3E 21
Octal 210 40 175 0 114 10 57 462 76 41
Binary 10001000 100000 1111101 0 1001100 1000 101111 100110010 111110 100001

Color Harmonies of #88207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88207D

Black with #88207D

Text Example


Text Example

White with #88207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88207D; }

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

 H1.HeaderClassName
 {
   color: #88207D;
 }
 .AnyTagClassName
 {
   color: #88207D;
 }
</style>

background-color css

<style>
 a { background-color: #88207D; }

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

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

border-color css

<style>
 span { border-color: #88207D; }

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

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