#954F84

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

Shades of Strikemaster #954F84

Tints of Strikemaster #954F84

Color information

#954F84 (or 0x954F84) is unknown color: approx Strikemaster. HEX triplet: 95, 4F and 84. RGB value is (149,79,132). Sum of RGB (Red+Green+Blue) = 149+79+132=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #954F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F84 is #6AB07B. Grayscale: #696969. Windows color (decimal): -6991996 or 8671125. OLE color: 8671125.

HSL color Cylindrical-coordinate representation of color #954F84: hue angle of 314.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F84 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14979132-
CMYK00.470.110.42
HSL314.57º30.7%44.71%-
HSV(B)314.57º46.98%58.43%-
XYZ19.3613.6523.44-
YUV105.97142.69158.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=41.39%
G=21.94%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497913200.470.110.42314.5730.744.71
Hex954F8402FB2A13b1f2d
Octal22511720405713524733755
Binary100101011001111100001000101111101110101010011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954F84; }

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

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

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

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

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

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

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

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