#91587D

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

Shades of Strikemaster #91587D

Tints of Strikemaster #91587D

Color information

#91587D (or 0x91587D) is unknown color: approx Strikemaster. HEX triplet: 91, 58 and 7D. RGB value is (145,88,125). Sum of RGB (Red+Green+Blue) = 145+88+125=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #91587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91587D is #6EA782. Grayscale: #6D6D6D. Windows color (decimal): -7251843 or 8214673. OLE color: 8214673.

HSL color Cylindrical-coordinate representation of color #91587D: hue angle of 321.05º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91587D is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14588125-
CMYK00.390.140.43
HSL321.05º24.46%45.69%-
HSV(B)321.05º39.31%56.86%-
XYZ18.8714.4821.2-
YUV109.26136.88153.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=40.50%
G=24.58%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458812500.390.140.43321.0524.4645.69
Hex91587D027E2B141182e
Octal22113017504716535013056
Binary10010001101100011111010100111111010101110100000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91587D; }

 p { color: rgb(145,88,125); }

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

<style>
 a { background-color: #91587D; }

 a { background-color: rgb(145,88,125); }

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

<style>
 span { border-color: #91587D; }

 span { border-color: rgb(145,88,125); }

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