#94507D

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

Shades of Strikemaster #94507D

Tints of Strikemaster #94507D

Color information

#94507D (or 0x94507D) is unknown color: approx Strikemaster. HEX triplet: 94, 50 and 7D. RGB value is (148,80,125). Sum of RGB (Red+Green+Blue) = 148+80+125=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94507D is #6BAF82. Grayscale: #696969. Windows color (decimal): -7057283 or 8212628. OLE color: 8212628.

HSL color Cylindrical-coordinate representation of color #94507D: hue angle of 320.29º 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 #94507D is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14880125-
CMYK00.460.160.42
HSL320.29º29.82%44.71%-
HSV(B)320.29º45.95%58.04%-
XYZ18.7813.5121.02-
YUV105.46139.03158.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=41.93%
G=22.66%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488012500.460.160.42320.2929.8244.71
Hex94507D02E102A1401e2d
Octal22412017505620525003655
Binary100101001010000111110101011101000010101010100000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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