#955778

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

Shades of Strikemaster #955778

Tints of Strikemaster #955778

Color information

#955778 (or 0x955778) is unknown color: approx Strikemaster. HEX triplet: 95, 57 and 78. RGB value is (149,87,120). Sum of RGB (Red+Green+Blue) = 149+87+120=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #955778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955778 is #6AA887. Grayscale: #6D6D6D. Windows color (decimal): -6989960 or 7886741. OLE color: 7886741.

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

Color convert

RGB14987120-
CMYK00.420.190.42
HSL328.06º26.27%46.27%-
HSV(B)328.06º41.61%58.43%-
XYZ19.1914.5619.57-
YUV109.3134.04156.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=41.85%
G=24.44%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498712000.420.190.42328.0626.2746.27
Hex95577802A132A1481a2e
Octal22512717005223525103256
Binary100101011010111111100001010101001110101010100100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955778; }

 p { color: rgb(149,87,120); }

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

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

 a { background-color: rgb(149,87,120); }

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

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

 span { border-color: rgb(149,87,120); }

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