#954E7F

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

Shades of Strikemaster #954E7F

Tints of Strikemaster #954E7F

Color information

#954E7F (or 0x954E7F) is unknown color: approx Strikemaster. HEX triplet: 95, 4E and 7F. RGB value is (149,78,127). Sum of RGB (Red+Green+Blue) = 149+78+127=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #954E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E7F is #6AB180. Grayscale: #686868. Windows color (decimal): -6992257 or 8343189. OLE color: 8343189.

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

Color convert

RGB14978127-
CMYK00.480.150.42
HSL318.59º31.28%44.51%-
HSV(B)318.59º47.65%58.43%-
XYZ18.9513.3721.66-
YUV104.81140.52159.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 127 (50% from 255) = 35.88%
R=42.09%
G=22.03%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497812700.480.150.42318.5931.2844.51
Hex954E7F030F2A13f1f2d
Octal22511617706017524773755
Binary10010101100111011111110110000111110101010011111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,78,127); }

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

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

 a { background-color: rgb(149,78,127); }

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

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

 span { border-color: rgb(149,78,127); }

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