#955E84

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

Shades of Strikemaster #955E84

Tints of Strikemaster #955E84

Color information

#955E84 (or 0x955E84) is unknown color: approx Strikemaster. HEX triplet: 95, 5E and 84. RGB value is (149,94,132). Sum of RGB (Red+Green+Blue) = 149+94+132=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #955E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E84 is #6AA17B. Grayscale: #727272. Windows color (decimal): -6988156 or 8674965. OLE color: 8674965.

HSL color Cylindrical-coordinate representation of color #955E84: hue angle of 318.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E84 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14994132-
CMYK00.370.110.42
HSL318.55º22.63%47.65%-
HSV(B)318.55º36.91%58.43%-
XYZ20.5616.0623.85-
YUV114.78137.72152.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=39.73%
G=25.07%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499413200.370.110.42318.5522.6347.65
Hex955E84025B2A13f1730
Octal22513620404513524772760
Binary100101011011110100001000100101101110101010011111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955E84; }

 p { color: rgb(149,94,132); }

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

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

 a { background-color: rgb(149,94,132); }

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

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

 span { border-color: rgb(149,94,132); }

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