#91557C

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

Shades of Strikemaster #91557C

Tints of Strikemaster #91557C

Color information

#91557C (or 0x91557C) is unknown color: approx Strikemaster. HEX triplet: 91, 55 and 7C. RGB value is (145,85,124). Sum of RGB (Red+Green+Blue) = 145+85+124=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #91557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91557C is #6EAA83. Grayscale: #6B6B6B. Windows color (decimal): -7252612 or 8148369. OLE color: 8148369.

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

Color convert

RGB14585124-
CMYK00.410.140.43
HSL321º26.09%45.1%-
HSV(B)321º41.38%56.86%-
XYZ18.5613.9720.79-
YUV107.39137.38154.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=40.96%
G=24.01%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458512400.410.140.4332126.0945.1
Hex91557C029E2B1411a2d
Octal22112517405116535013255
Binary10010001101010111111000101001111010101110100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91557C; }

 p { color: rgb(145,85,124); }

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

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

 a { background-color: rgb(145,85,124); }

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

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

 span { border-color: rgb(145,85,124); }

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