#954F77

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

Shades of Strikemaster #954F77

Tints of Strikemaster #954F77

Color information

#954F77 (or 0x954F77) is unknown color: approx Strikemaster. HEX triplet: 95, 4F and 77. RGB value is (149,79,119). Sum of RGB (Red+Green+Blue) = 149+79+119=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #954F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F77 is #6AB088. Grayscale: #686868. Windows color (decimal): -6992009 or 7819157. OLE color: 7819157.

HSL color Cylindrical-coordinate representation of color #954F77: hue angle of 325.71º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F77 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14979119-
CMYK00.470.200.42
HSL325.71º30.7%44.71%-
HSV(B)325.71º46.98%58.43%-
XYZ18.5213.3119.05-
YUV104.49136.19159.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=42.94%
G=22.77%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497911900.470.200.42325.7130.744.71
Hex954F7702F142A1461f2d
Octal22511716705724525063755
Binary100101011001111111011101011111010010101010100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954F77; }

 p { color: rgb(149,79,119); }

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

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

 a { background-color: rgb(149,79,119); }

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

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

 span { border-color: rgb(149,79,119); }

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