#94507B

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

Shades of Strikemaster #94507B

Tints of Strikemaster #94507B

Color information

#94507B (or 0x94507B) is unknown color: approx Strikemaster. HEX triplet: 94, 50 and 7B. RGB value is (148,80,123). Sum of RGB (Red+Green+Blue) = 148+80+123=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #94507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94507B is #6BAF84. Grayscale: #696969. Windows color (decimal): -7057285 or 8081556. OLE color: 8081556.

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

Color convert

RGB14880123-
CMYK00.460.170.42
HSL322.06º29.82%44.71%-
HSV(B)322.06º45.95%58.04%-
XYZ18.6613.4620.35-
YUV105.23138.03158.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=42.17%
G=22.79%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488012300.460.170.42322.0629.8244.71
Hex94507B02E112A1421e2d
Octal22412017305621525023655
Binary100101001010000111101101011101000110101010100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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