#94587B

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

Shades of Strikemaster #94587B

Tints of Strikemaster #94587B

Color information

#94587B (or 0x94587B) is unknown color: approx Strikemaster. HEX triplet: 94, 58 and 7B. RGB value is (148,88,123). Sum of RGB (Red+Green+Blue) = 148+88+123=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94587B is #6BA784. Grayscale: #6D6D6D. Windows color (decimal): -7055237 or 8083604. OLE color: 8083604.

HSL color Cylindrical-coordinate representation of color #94587B: hue angle of 325º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94587B is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14888123-
CMYK00.410.170.42
HSL325º25.42%46.27%-
HSV(B)325º40.54%58.04%-
XYZ19.2814.7120.56-
YUV109.93135.38155.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=41.23%
G=24.51%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488812300.410.170.4232525.4246.27
Hex94587B029112A145192e
Octal22413017305121525053156
Binary100101001011000111101101010011000110101010100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,88,123); }

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

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

 a { background-color: rgb(148,88,123); }

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

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

 span { border-color: rgb(148,88,123); }

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