#91507E

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

Shades of Strikemaster #91507E

Tints of Strikemaster #91507E

Color information

#91507E (or 0x91507E) is unknown color: approx Strikemaster. HEX triplet: 91, 50 and 7E. RGB value is (145,80,126). Sum of RGB (Red+Green+Blue) = 145+80+126=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #91507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91507E is #6EAF81. Grayscale: #686868. Windows color (decimal): -7253890 or 8278161. OLE color: 8278161.

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

Color convert

RGB14580126-
CMYK00.450.130.43
HSL317.54º28.89%44.12%-
HSV(B)317.54º44.83%56.86%-
XYZ18.3113.2621.33-
YUV104.68140.03156.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.31%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=41.31%
G=22.79%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458012600.450.130.43317.5428.8944.12
Hex91507E02DD2B13e1d2c
Octal22112017605515534763554
Binary10010001101000011111100101101110110101110011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,80,126); }

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

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

 a { background-color: rgb(145,80,126); }

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

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

 span { border-color: rgb(145,80,126); }

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