#915F7A

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

Shades of Strikemaster #915F7A

Tints of Strikemaster #915F7A

Color information

#915F7A (or 0x915F7A) is unknown color: approx Strikemaster. HEX triplet: 91, 5F and 7A. RGB value is (145,95,122). Sum of RGB (Red+Green+Blue) = 145+95+122=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #915F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915F7A is #6EA085. Grayscale: #707070. Windows color (decimal): -7250054 or 8019857. OLE color: 8019857.

HSL color Cylindrical-coordinate representation of color #915F7A: hue angle of 327.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #915F7A is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14595122-
CMYK00.340.160.43
HSL327.6º20.83%47.06%-
HSV(B)327.6º34.48%56.86%-
XYZ19.2815.6120.41-
YUV113.03133.06150.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=40.06%
G=26.24%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459512200.340.160.43327.620.8347.06
Hex915F7A022102B148152f
Octal22113717204220535102557
Binary100100011011111111101001000101000010101110100100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915F7A; }

 p { color: rgb(145,95,122); }

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

<style>
 a { background-color: #915F7A; }

 a { background-color: rgb(145,95,122); }

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

<style>
 span { border-color: #915F7A; }

 span { border-color: rgb(145,95,122); }

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