#88227f

Color #88227F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #88227F

Tints of Dark Purple #88227F

Color information

#88227F (or 0x88227F) is unknown color: approx Dark Purple. HEX triplet: 88, 22 and 7F. RGB value is (136,34,127). Sum of RGB (Red+Green+Blue) = 136+34+127=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88227F is #77DD80. Grayscale: #4A4A4A. Windows color (decimal): -7855489 or 8331912. OLE color: 8331912.

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

Color convert

RGB13634127-
CMYK00.750.070.47
HSL305.29º60%33.33%-
HSV(B)305.29º75%53.33%-
XYZ14.567.9120.84-
YUV75.1157.29171.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 127 (50% from 255) = 42.76%
R=45.79%
G=11.45%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363412700.750.070.47305.296033.33
Hex88227F04B72F1313c21
Octal2104217701137574617441
Binary10001000100010111111101001011111101111100110001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88227f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88227f;
 }
 .AnyTagClassName
 {
   color: #88227f;
 }
</style>
background-color css

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

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

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

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

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

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