#95577D

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

Shades of Strikemaster #95577D

Tints of Strikemaster #95577D

Color information

#95577D (or 0x95577D) is unknown color: approx Strikemaster. HEX triplet: 95, 57 and 7D. RGB value is (149,87,125). Sum of RGB (Red+Green+Blue) = 149+87+125=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95577D is #6AA882. Grayscale: #6D6D6D. Windows color (decimal): -6989955 or 8214421. OLE color: 8214421.

HSL color Cylindrical-coordinate representation of color #95577D: hue angle of 323.23º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95577D is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14987125-
CMYK00.420.160.42
HSL323.23º26.27%46.27%-
HSV(B)323.23º41.61%58.43%-
XYZ19.514.6921.21-
YUV109.87136.54155.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=41.27%
G=24.10%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498712500.420.160.42323.2326.2746.27
Hex95577D02A102A1431a2e
Octal22512717505220525033256
Binary100101011010111111110101010101000010101010100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95577D; }

 p { color: rgb(149,87,125); }

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

<style>
 a { background-color: #95577D; }

 a { background-color: rgb(149,87,125); }

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

<style>
 span { border-color: #95577D; }

 span { border-color: rgb(149,87,125); }

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