#845D78

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

Shades of Strikemaster #845D78

Tints of Strikemaster #845D78

Color information

#845D78 (or 0x845D78) is unknown color: approx Strikemaster. HEX triplet: 84, 5D and 78. RGB value is (132,93,120). Sum of RGB (Red+Green+Blue) = 132+93+120=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #845D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D78 is #7BA287. Grayscale: #6B6B6B. Windows color (decimal): -8102536 or 7888260. OLE color: 7888260.

HSL color Cylindrical-coordinate representation of color #845D78: hue angle of 318.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D78 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13293120-
CMYK00.300.090.48
HSL318.46º17.33%44.12%-
HSV(B)318.46º29.55%51.76%-
XYZ16.8214.0919.6-
YUV107.74134.92145.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=38.26%
G=26.96%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329312000.300.090.48318.4617.3344.12
Hex845D7801E93013e112c
Octal20413517003611604762154
Binary1000010010111011111000011110100111000010011111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D78; }

 p { color: rgb(132,93,120); }

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

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

 a { background-color: rgb(132,93,120); }

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

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

 span { border-color: rgb(132,93,120); }

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