#94527E

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

Shades of Strikemaster #94527E

Tints of Strikemaster #94527E

Color information

#94527E (or 0x94527E) is unknown color: approx Strikemaster. HEX triplet: 94, 52 and 7E. RGB value is (148,82,126). Sum of RGB (Red+Green+Blue) = 148+82+126=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94527E is #6BAD81. Grayscale: #6A6A6A. Windows color (decimal): -7056770 or 8278676. OLE color: 8278676.

HSL color Cylindrical-coordinate representation of color #94527E: hue angle of 320º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94527E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14882126-
CMYK00.450.150.42
HSL320º28.7%45.1%-
HSV(B)320º44.59%58.04%-
XYZ1913.8421.41-
YUV106.75138.87157.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=41.57%
G=23.03%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488212600.450.150.4232028.745.1
Hex94527E02DF2A1401d2d
Octal22412217605517525003555
Binary10010100101001011111100101101111110101010100000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94527E; }

 p { color: rgb(148,82,126); }

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

<style>
 a { background-color: #94527E; }

 a { background-color: rgb(148,82,126); }

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

<style>
 span { border-color: #94527E; }

 span { border-color: rgb(148,82,126); }

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