#945279

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

Shades of Strikemaster #945279

Tints of Strikemaster #945279

Color information

#945279 (or 0x945279) is unknown color: approx Strikemaster. HEX triplet: 94, 52 and 79. RGB value is (148,82,121). Sum of RGB (Red+Green+Blue) = 148+82+121=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #945279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945279 is #6BAD86. Grayscale: #6A6A6A. Windows color (decimal): -7056775 or 7950996. OLE color: 7950996.

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

Color convert

RGB14882121-
CMYK00.450.180.42
HSL324.55º28.7%45.1%-
HSV(B)324.55º44.59%58.04%-
XYZ18.6813.7119.75-
YUV106.18136.37157.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=42.17%
G=23.36%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488212100.450.180.42324.5528.745.1
Hex94527902D122A1451d2d
Octal22412217105522525053555
Binary100101001010010111100101011011001010101010100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945279; }

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

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

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

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

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

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

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

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