#91507B

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

Shades of Strikemaster #91507B

Tints of Strikemaster #91507B

Color information

#91507B (or 0x91507B) is unknown color: approx Strikemaster. HEX triplet: 91, 50 and 7B. RGB value is (145,80,123). Sum of RGB (Red+Green+Blue) = 145+80+123=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #91507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91507B is #6EAF84. Grayscale: #686868. Windows color (decimal): -7253893 or 8081553. OLE color: 8081553.

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

Color convert

RGB14580123-
CMYK00.450.150.43
HSL320.31º28.89%44.12%-
HSV(B)320.31º44.83%56.86%-
XYZ18.1213.1920.33-
YUV104.34138.53157-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=41.67%
G=22.99%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458012300.450.150.43320.3128.8944.12
Hex91507B02DF2B1401d2c
Octal22112017305517535003554
Binary10010001101000011110110101101111110101110100000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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