#95607C

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

Shades of Strikemaster #95607C

Tints of Strikemaster #95607C

Color information

#95607C (or 0x95607C) is unknown color: approx Strikemaster. HEX triplet: 95, 60 and 7C. RGB value is (149,96,124). Sum of RGB (Red+Green+Blue) = 149+96+124=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95607C is #6A9F83. Grayscale: #727272. Windows color (decimal): -6987652 or 8151189. OLE color: 8151189.

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

Color convert

RGB14996124-
CMYK00.360.170.42
HSL328.3º21.63%48.04%-
HSV(B)328.3º35.57%58.43%-
XYZ20.2216.2121.13-
YUV115.04133.06152.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=40.38%
G=26.02%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499612400.360.170.42328.321.6348.04
Hex95607C024112A1481630
Octal22514017404421525102660
Binary100101011100000111110001001001000110101010100100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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