#95607D

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

Shades of Strikemaster #95607D

Tints of Strikemaster #95607D

Color information

#95607D (or 0x95607D) is unknown color: approx Strikemaster. HEX triplet: 95, 60 and 7D. RGB value is (149,96,125). Sum of RGB (Red+Green+Blue) = 149+96+125=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95607D is #6A9F82. Grayscale: #737373. Windows color (decimal): -6987651 or 8216725. OLE color: 8216725.

HSL color Cylindrical-coordinate representation of color #95607D: hue angle of 327.17º 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 #95607D is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14996125-
CMYK00.360.160.42
HSL327.17º21.63%48.04%-
HSV(B)327.17º35.57%58.43%-
XYZ20.2816.2421.47-
YUV115.15133.56152.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=40.27%
G=25.95%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499612500.360.160.42327.1721.6348.04
Hex95607D024102A1471630
Octal22514017504420525072660
Binary100101011100000111110101001001000010101010100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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