#954E77

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

Shades of Strikemaster #954E77

Tints of Strikemaster #954E77

Color information

#954E77 (or 0x954E77) is unknown color: approx Strikemaster. HEX triplet: 95, 4E and 77. RGB value is (149,78,119). Sum of RGB (Red+Green+Blue) = 149+78+119=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #954E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E77 is #6AB188. Grayscale: #676767. Windows color (decimal): -6992265 or 7818901. OLE color: 7818901.

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

Color convert

RGB14978119-
CMYK00.480.200.42
HSL325.35º31.28%44.51%-
HSV(B)325.35º47.65%58.43%-
XYZ18.4513.1719.02-
YUV103.9136.52160.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=43.06%
G=22.54%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497811900.480.200.42325.3531.2844.51
Hex954E77030142A1451f2d
Octal22511616706024525053755
Binary100101011001110111011101100001010010101010100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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