Html Css Color HEX #88227D Dark Purple

📋 copy color: '#88227D'

red 136 ◦ green 34 ◦ blue 125

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

Shades of Dark Purple #88227D

Tints of Dark Purple #88227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 46.1%
G = 11.53%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88227D (or 0x88227D) is known color: Dark Purple. HEX triplet: 88, 22 and 7D. RGB value is (136,34,125). Sum of RGB (Red+Green+Blue) = 136+34+125=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88227D is #77DD82. Grayscale: #4A4A4A. Windows color (decimal): -7855491 or 8200840. OLE color: 8200840.

HSL color Cylindrical-coordinate representation of color #88227D: hue angle of 306.47º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88227D is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 125 -
CMYK 0 0.75 0.08 0.47
HSL 306.47º 0.6% 0.33% -
HSV(B) 306.47º 0.75% 0.53% -
XYZ 14.43 7.86 20.16 -
YUV 74.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 136 34 125 0 0.75 0.08 0.47 306.47 0.6 0.33
Hex 88 22 7D 0 4B 8 2F 132 3C 21
Octal 210 42 175 0 113 10 57 462 74 41
Binary 10001000 100010 1111101 0 1001011 1000 101111 100110010 111100 100001

Color Harmonies of #88227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88227D

Black with #88227D

Text Example


Text Example

White with #88227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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