#945A7E

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

Shades of Strikemaster #945A7E

Tints of Strikemaster #945A7E

Color information

#945A7E (or 0x945A7E) is unknown color: approx Strikemaster. HEX triplet: 94, 5A and 7E. RGB value is (148,90,126). Sum of RGB (Red+Green+Blue) = 148+90+126=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #945A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A7E is #6BA581. Grayscale: #6F6F6F. Windows color (decimal): -7054722 or 8280724. OLE color: 8280724.

HSL color Cylindrical-coordinate representation of color #945A7E: hue angle of 322.76º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A7E is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14890126-
CMYK00.390.150.42
HSL322.76º24.37%46.67%-
HSV(B)322.76º39.19%58.04%-
XYZ19.6315.1121.62-
YUV111.45136.22154.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=40.66%
G=24.73%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489012600.390.150.42322.7624.3746.67
Hex945A7E027F2A143182f
Octal22413217604717525033057
Binary10010100101101011111100100111111110101010100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A7E; }

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

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

<style>
 a { background-color: #945A7E; }

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

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

<style>
 span { border-color: #945A7E; }

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

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