#945080

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

Shades of Strikemaster #945080

Tints of Strikemaster #945080

Color information

#945080 (or 0x945080) is unknown color: approx Strikemaster. HEX triplet: 94, 50 and 80. RGB value is (148,80,128). Sum of RGB (Red+Green+Blue) = 148+80+128=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #945080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945080 is #6BAF7F. Grayscale: #696969. Windows color (decimal): -7057280 or 8409236. OLE color: 8409236.

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

Color convert

RGB14880128-
CMYK00.460.140.42
HSL317.65º29.82%44.71%-
HSV(B)317.65º45.95%58.04%-
XYZ18.9813.5922.05-
YUV105.8140.53158.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=41.57%
G=22.47%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488012800.460.140.42317.6529.8244.71
Hex94508002EE2A13e1e2d
Octal22412020005616524763655
Binary100101001010000100000000101110111010101010011111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945080; }

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

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

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

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

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

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

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

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