#88617E

Color #88617E Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #88617E

Tints of Strikemaster #88617E

Color information

#88617E (or 0x88617E) is unknown color: approx Strikemaster. HEX triplet: 88, 61 and 7E. RGB value is (136,97,126). Sum of RGB (Red+Green+Blue) = 136+97+126=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88617E is #779E81. Grayscale: #6F6F6F. Windows color (decimal): -7839362 or 8282504. OLE color: 8282504.

HSL color Cylindrical-coordinate representation of color #88617E: hue angle of 315.38º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88617E is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13697126-
CMYK00.290.070.47
HSL315.38º16.74%45.69%-
HSV(B)315.38º28.68%53.33%-
XYZ18.1915.2921.73-
YUV111.97135.92145.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=37.88%
G=27.02%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369712600.290.070.47315.3816.7445.69
Hex88617E01D72F13b112e
Octal2101411760357574732156
Binary100010001100001111111001110111110111110011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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