#95617C

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

Shades of Strikemaster #95617C

Tints of Strikemaster #95617C

Color information

#95617C (or 0x95617C) is unknown color: approx Strikemaster. HEX triplet: 95, 61 and 7C. RGB value is (149,97,124). Sum of RGB (Red+Green+Blue) = 149+97+124=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95617C is #6A9E83. Grayscale: #737373. Windows color (decimal): -6987396 or 8151445. OLE color: 8151445.

HSL color Cylindrical-coordinate representation of color #95617C: hue angle of 328.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95617C is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14997124-
CMYK00.350.170.42
HSL328.85º21.14%48.24%-
HSV(B)328.85º34.9%58.43%-
XYZ20.3116.3921.16-
YUV115.63132.73151.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=40.27%
G=26.22%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499712400.350.170.42328.8521.1448.24
Hex95617C023112A1491530
Octal22514117404321525112560
Binary100101011100001111110001000111000110101010100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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