#855D78

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

Shades of Strikemaster #855D78

Tints of Strikemaster #855D78

Color information

#855D78 (or 0x855D78) is unknown color: approx Strikemaster. HEX triplet: 85, 5D and 78. RGB value is (133,93,120). Sum of RGB (Red+Green+Blue) = 133+93+120=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D78 is #7AA287. Grayscale: #6B6B6B. Windows color (decimal): -8037000 or 7888261. OLE color: 7888261.

HSL color Cylindrical-coordinate representation of color #855D78: hue angle of 319.5º degrees, saturation: 0.18, 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 #855D78 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13393120-
CMYK00.300.100.48
HSL319.5º17.7%44.31%-
HSV(B)319.5º30.08%52.16%-
XYZ16.9814.1719.61-
YUV108.04134.75145.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=38.44%
G=26.88%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339312000.300.100.48319.517.744.31
Hex855D7801EA30140122c
Octal20513517003612605002254
Binary1000010110111011111000011110101011000010100000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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