Html Css Color HEX #88227E Dark Purple

📋 copy color: '#88227E'

red 136 ◦ green 34 ◦ blue 126

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

Shades of Dark Purple #88227E

Tints of Dark Purple #88227E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 45.95%
G = 11.49%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88227E (or 0x88227E) is known color: Dark Purple. HEX triplet: 88, 22 and 7E. RGB value is (136,34,126). Sum of RGB (Red+Green+Blue) = 136+34+126=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88227E is #77DD81. Grayscale: #4A4A4A. Windows color (decimal): -7855490 or 8266376. OLE color: 8266376.

HSL color Cylindrical-coordinate representation of color #88227E: hue angle of 305.88º 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 #88227E is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 126 -
CMYK 0 0.75 0.07 0.47
HSL 305.88º 0.6% 0.33% -
HSV(B) 305.88º 0.75% 0.53% -
XYZ 14.49 7.88 20.5 -
YUV 74.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 136 34 126 0 0.75 0.07 0.47 305.88 0.6 0.33
Hex 88 22 7E 0 4B 7 2F 132 3C 21
Octal 210 42 176 0 113 7 57 462 74 41
Binary 10001000 100010 1111110 0 1001011 111 101111 100110010 111100 100001

Color Harmonies of #88227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88227E

Black with #88227E

Text Example


Text Example

White with #88227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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