#95597A

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

Shades of Strikemaster #95597A

Tints of Strikemaster #95597A

Color information

#95597A (or 0x95597A) is unknown color: approx Strikemaster. HEX triplet: 95, 59 and 7A. RGB value is (149,89,122). Sum of RGB (Red+Green+Blue) = 149+89+122=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95597A is #6AA685. Grayscale: #6E6E6E. Windows color (decimal): -6989446 or 8018325. OLE color: 8018325.

HSL color Cylindrical-coordinate representation of color #95597A: hue angle of 327º 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 #95597A is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14989122-
CMYK00.400.180.42
HSL327º25.21%46.67%-
HSV(B)327º40.27%58.43%-
XYZ19.4814.9420.27-
YUV110.7134.38155.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=41.39%
G=24.72%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498912200.400.180.4232725.2146.67
Hex95597A028122A147192f
Octal22513117205022525073157
Binary100101011011001111101001010001001010101010100011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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