Html Css Color HEX #88217C Dark Purple

📋 copy color: '#88217C'

red 136 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #88217C

Tints of Dark Purple #88217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 46.42%
G = 11.26%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88217C (or 0x88217C) is known color: Dark Purple. HEX triplet: 88, 21 and 7C. RGB value is (136,33,124). Sum of RGB (Red+Green+Blue) = 136+33+124=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88217C is #77DE83. Grayscale: #494949. Windows color (decimal): -7855748 or 8135048. OLE color: 8135048.

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

Color convert

RGB 136 33 124 -
CMYK 0 0.76 0.09 0.47
HSL 306.99º 0.61% 0.33% -
HSV(B) 306.99º 0.76% 0.53% -
XYZ 14.34 7.78 19.81 -
YUV 74.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 136 33 124 0 0.76 0.09 0.47 306.99 0.61 0.33
Hex 88 21 7C 0 4C 9 2F 133 3D 21
Octal 210 41 174 0 114 11 57 463 75 41
Binary 10001000 100001 1111100 0 1001100 1001 101111 100110011 111101 100001

Color Harmonies of #88217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88217C

Black with #88217C

Text Example


Text Example

White with #88217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,33,124); }

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

background-color css

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

 a { background-color: rgb(136,33,124); }

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

border-color css

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

 span { border-color: rgb(136,33,124); }

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