#954980

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

Shades of Strikemaster #954980

Tints of Strikemaster #954980

Color information

#954980 (or 0x954980) is unknown color: approx Strikemaster. HEX triplet: 95, 49 and 80. RGB value is (149,73,128). Sum of RGB (Red+Green+Blue) = 149+73+128=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954980 is #6AB67F. Grayscale: #656565. Windows color (decimal): -6993536 or 8407445. OLE color: 8407445.

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

Color convert

RGB14973128-
CMYK00.510.140.42
HSL316.58º34.23%43.53%-
HSV(B)316.58º51.01%58.43%-
XYZ18.6712.7121.89-
YUV101.99142.68161.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=42.57%
G=20.86%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497312800.510.140.42316.5834.2343.53
Hex954980033E2A13d222c
Octal22511120006316524754254
Binary1001010110010011000000001100111110101010100111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954980; }

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

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

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

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

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

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

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

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