#95607E

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

Shades of Strikemaster #95607E

Tints of Strikemaster #95607E

Color information

#95607E (or 0x95607E) is unknown color: approx Strikemaster. HEX triplet: 95, 60 and 7E. RGB value is (149,96,126). Sum of RGB (Red+Green+Blue) = 149+96+126=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95607E is #6A9F81. Grayscale: #737373. Windows color (decimal): -6987650 or 8282261. OLE color: 8282261.

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

Color convert

RGB14996126-
CMYK00.360.150.42
HSL326.04º21.63%48.04%-
HSV(B)326.04º35.57%58.43%-
XYZ20.3416.2621.81-
YUV115.27134.06152.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=40.16%
G=25.88%
B=33.96%

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
Decimal1499612600.360.150.42326.0421.6348.04
Hex95607E024F2A1461630
Octal22514017604417525062660
Binary10010101110000011111100100100111110101010100011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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