#95597C

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

Shades of Strikemaster #95597C

Tints of Strikemaster #95597C

Color information

#95597C (or 0x95597C) is unknown color: approx Strikemaster. HEX triplet: 95, 59 and 7C. RGB value is (149,89,124). Sum of RGB (Red+Green+Blue) = 149+89+124=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95597C is #6AA683. Grayscale: #6E6E6E. Windows color (decimal): -6989444 or 8149397. OLE color: 8149397.

HSL color Cylindrical-coordinate representation of color #95597C: hue angle of 325º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95597C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14989124-
CMYK00.400.170.42
HSL325º25.21%46.67%-
HSV(B)325º40.27%58.43%-
XYZ19.614.9920.93-
YUV110.93135.38155.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=41.16%
G=24.59%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498912400.400.170.4232525.2146.67
Hex95597C028112A145192f
Octal22513117405021525053157
Binary100101011011001111110001010001000110101010100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,89,124); }

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

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

 a { background-color: rgb(149,89,124); }

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

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

 span { border-color: rgb(149,89,124); }

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