#91517A

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

Shades of Strikemaster #91517A

Tints of Strikemaster #91517A

Color information

#91517A (or 0x91517A) is unknown color: approx Strikemaster. HEX triplet: 91, 51 and 7A. RGB value is (145,81,122). Sum of RGB (Red+Green+Blue) = 145+81+122=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #91517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91517A is #6EAE85. Grayscale: #686868. Windows color (decimal): -7253638 or 8016273. OLE color: 8016273.

HSL color Cylindrical-coordinate representation of color #91517A: hue angle of 321.56º 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 #91517A is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14581122-
CMYK00.440.160.43
HSL321.56º28.32%44.31%-
HSV(B)321.56º44.14%56.86%-
XYZ18.1313.3120.03-
YUV104.81137.7156.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=41.67%
G=23.28%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458112200.440.160.43321.5628.3244.31
Hex91517A02C102B1421c2c
Octal22112117205420535023454
Binary100100011010001111101001011001000010101110100001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91517A; }

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

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

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

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

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

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

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

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