#855F78

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

Shades of Strikemaster #855F78

Tints of Strikemaster #855F78

Color information

#855F78 (or 0x855F78) is unknown color: approx Strikemaster. HEX triplet: 85, 5F and 78. RGB value is (133,95,120). Sum of RGB (Red+Green+Blue) = 133+95+120=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #855F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F78 is #7AA087. Grayscale: #6D6D6D. Windows color (decimal): -8036488 or 7888773. OLE color: 7888773.

HSL color Cylindrical-coordinate representation of color #855F78: hue angle of 320.53º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F78 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13395120-
CMYK00.290.100.48
HSL320.53º16.67%44.71%-
HSV(B)320.53º28.57%52.16%-
XYZ17.1614.5319.67-
YUV109.21134.09144.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=38.22%
G=27.30%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339512000.290.100.48320.5316.6744.71
Hex855F7801DA30141112d
Octal20513717003512605012155
Binary1000010110111111111000011101101011000010100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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