#915E83

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

Shades of Strikemaster #915E83

Tints of Strikemaster #915E83

Color information

#915E83 (or 0x915E83) is unknown color: approx Strikemaster. HEX triplet: 91, 5E and 83. RGB value is (145,94,131). Sum of RGB (Red+Green+Blue) = 145+94+131=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #915E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E83 is #6EA17C. Grayscale: #717171. Windows color (decimal): -7250301 or 8609425. OLE color: 8609425.

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

Color convert

RGB14594131-
CMYK00.350.100.43
HSL316.47º21.34%46.86%-
HSV(B)316.47º35.17%56.86%-
XYZ19.7815.6623.45-
YUV113.47137.9150.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=39.19%
G=25.41%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459413100.350.100.43316.4721.3446.86
Hex915E83023A2B13c152f
Octal22113620304312534742557
Binary100100011011110100000110100011101010101110011110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,94,131); }

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

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

 a { background-color: rgb(145,94,131); }

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

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

 span { border-color: rgb(145,94,131); }

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