#954F7C

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

Shades of Strikemaster #954F7C

Tints of Strikemaster #954F7C

Color information

#954F7C (or 0x954F7C) is unknown color: approx Strikemaster. HEX triplet: 95, 4F and 7C. RGB value is (149,79,124). Sum of RGB (Red+Green+Blue) = 149+79+124=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #954F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F7C is #6AB083. Grayscale: #686868. Windows color (decimal): -6992004 or 8146837. OLE color: 8146837.

HSL color Cylindrical-coordinate representation of color #954F7C: hue angle of 321.43º 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 #954F7C is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14979124-
CMYK00.470.170.42
HSL321.43º30.7%44.71%-
HSV(B)321.43º46.98%58.43%-
XYZ18.8313.4420.67-
YUV105.06138.69159.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=42.33%
G=22.44%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497912400.470.170.42321.4330.744.71
Hex954F7C02F112A1411f2d
Octal22511717405721525013755
Binary100101011001111111110001011111000110101010100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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