#915180

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

Shades of Strikemaster #915180

Tints of Strikemaster #915180

Color information

#915180 (or 0x915180) is unknown color: approx Strikemaster. HEX triplet: 91, 51 and 80. RGB value is (145,81,128). Sum of RGB (Red+Green+Blue) = 145+81+128=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #915180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915180 is #6EAE7F. Grayscale: #696969. Windows color (decimal): -7253632 or 8409489. OLE color: 8409489.

HSL color Cylindrical-coordinate representation of color #915180: hue angle of 315.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915180 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14581128-
CMYK00.440.120.43
HSL315.94º28.32%44.31%-
HSV(B)315.94º44.14%56.86%-
XYZ18.5213.4622.04-
YUV105.49140.7156.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=40.96%
G=22.88%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458112800.440.120.43315.9428.3244.31
Hex91518002CC2B13c1c2c
Octal22112120005414534743454
Binary100100011010001100000000101100110010101110011110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915180; }

 p { color: rgb(145,81,128); }

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

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

 a { background-color: rgb(145,81,128); }

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

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

 span { border-color: rgb(145,81,128); }

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