#95607F

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

Shades of Strikemaster #95607F

Tints of Strikemaster #95607F

Color information

#95607F (or 0x95607F) is unknown color: approx Strikemaster. HEX triplet: 95, 60 and 7F. RGB value is (149,96,127). Sum of RGB (Red+Green+Blue) = 149+96+127=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95607F is #6A9F80. Grayscale: #737373. Windows color (decimal): -6987649 or 8347797. OLE color: 8347797.

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

Color convert

RGB14996127-
CMYK00.360.150.42
HSL324.91º21.63%48.04%-
HSV(B)324.91º35.57%58.43%-
XYZ20.4116.2922.15-
YUV115.38134.56151.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 127 (50% from 255) = 34.14%
R=40.05%
G=25.81%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499612700.360.150.42324.9121.6348.04
Hex95607F024F2A1451630
Octal22514017704417525052660
Binary10010101110000011111110100100111110101010100010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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