#855F7A

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

Shades of Strikemaster #855F7A

Tints of Strikemaster #855F7A

Color information

#855F7A (or 0x855F7A) is unknown color: approx Strikemaster. HEX triplet: 85, 5F and 7A. RGB value is (133,95,122). Sum of RGB (Red+Green+Blue) = 133+95+122=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #855F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F7A is #7AA085. Grayscale: #6D6D6D. Windows color (decimal): -8036486 or 8019845. OLE color: 8019845.

HSL color Cylindrical-coordinate representation of color #855F7A: hue angle of 317.37º 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 #855F7A is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13395122-
CMYK00.290.080.48
HSL317.37º16.67%44.71%-
HSV(B)317.37º28.57%52.16%-
XYZ17.2814.5820.32-
YUV109.44135.09144.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=38%
G=27.14%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339512200.290.080.48317.3716.6744.71
Hex855F7A01D83013d112d
Octal20513717203510604752155
Binary1000010110111111111010011101100011000010011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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