#954979

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

Shades of Strikemaster #954979

Tints of Strikemaster #954979

Color information

#954979 (or 0x954979) is unknown color: approx Strikemaster. HEX triplet: 95, 49 and 79. RGB value is (149,73,121). Sum of RGB (Red+Green+Blue) = 149+73+121=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #954979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954979 is #6AB686. Grayscale: #656565. Windows color (decimal): -6993543 or 7948693. OLE color: 7948693.

HSL color Cylindrical-coordinate representation of color #954979: hue angle of 322.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954979 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14973121-
CMYK00.510.190.42
HSL322.11º34.23%43.53%-
HSV(B)322.11º51.01%58.43%-
XYZ18.2312.5419.55-
YUV101.2139.18162.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=43.44%
G=21.28%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497312100.510.190.42322.1134.2343.53
Hex954979033132A142222c
Octal22511117106323525024254
Binary1001010110010011111001011001110011101010101000010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954979; }

 p { color: rgb(149,73,121); }

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

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

 a { background-color: rgb(149,73,121); }

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

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

 span { border-color: rgb(149,73,121); }

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