#91517B

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

Shades of Strikemaster #91517B

Tints of Strikemaster #91517B

Color information

#91517B (or 0x91517B) is unknown color: approx Strikemaster. HEX triplet: 91, 51 and 7B. RGB value is (145,81,123). Sum of RGB (Red+Green+Blue) = 145+81+123=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #91517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91517B is #6EAE84. Grayscale: #686868. Windows color (decimal): -7253637 or 8081809. OLE color: 8081809.

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

Color convert

RGB14581123-
CMYK00.440.150.43
HSL320.62º28.32%44.31%-
HSV(B)320.62º44.14%56.86%-
XYZ18.1913.3320.35-
YUV104.92138.2156.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=41.55%
G=23.21%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458112300.440.150.43320.6228.3244.31
Hex91517B02CF2B1411c2c
Octal22112117305417535013454
Binary10010001101000111110110101100111110101110100000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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