#915380

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

Shades of Strikemaster #915380

Tints of Strikemaster #915380

Color information

#915380 (or 0x915380) is unknown color: approx Strikemaster. HEX triplet: 91, 53 and 80. RGB value is (145,83,128). Sum of RGB (Red+Green+Blue) = 145+83+128=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #915380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915380 is #6EAC7F. Grayscale: #6A6A6A. Windows color (decimal): -7253120 or 8410001. OLE color: 8410001.

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

Color convert

RGB14583128-
CMYK00.430.120.43
HSL316.45º27.19%44.71%-
HSV(B)316.45º42.76%56.86%-
XYZ18.6713.7622.1-
YUV106.67140.04155.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=40.73%
G=23.31%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458312800.430.120.43316.4527.1944.71
Hex91538002BC2B13c1b2d
Octal22112320005314534743355
Binary100100011010011100000000101011110010101110011110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915380; }

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

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

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

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

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

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

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

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