#945585

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

Shades of Strikemaster #945585

Tints of Strikemaster #945585

Color information

#945585 (or 0x945585) is unknown color: approx Strikemaster. HEX triplet: 94, 55 and 85. RGB value is (148,85,133). Sum of RGB (Red+Green+Blue) = 148+85+133=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #945585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945585 is #6BAA7A. Grayscale: #6D6D6D. Windows color (decimal): -7055995 or 8738196. OLE color: 8738196.

HSL color Cylindrical-coordinate representation of color #945585: hue angle of 314.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945585 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14885133-
CMYK00.430.100.42
HSL314.29º27.04%45.69%-
HSV(B)314.29º42.57%58.04%-
XYZ19.6914.4923.95-
YUV109.31141.37155.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=40.44%
G=23.22%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488513300.430.100.42314.2927.0445.69
Hex94558502BA2A13a1b2e
Octal22412520505312524723356
Binary100101001010101100001010101011101010101010011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945585; }

 p { color: rgb(148,85,133); }

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

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

 a { background-color: rgb(148,85,133); }

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

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

 span { border-color: rgb(148,85,133); }

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