#954E7D

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

Shades of Strikemaster #954E7D

Tints of Strikemaster #954E7D

Color information

#954E7D (or 0x954E7D) is unknown color: approx Strikemaster. HEX triplet: 95, 4E and 7D. RGB value is (149,78,125). Sum of RGB (Red+Green+Blue) = 149+78+125=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #954E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E7D is #6AB182. Grayscale: #686868. Windows color (decimal): -6992259 or 8212117. OLE color: 8212117.

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

Color convert

RGB14978125-
CMYK00.480.160.42
HSL320.28º31.28%44.51%-
HSV(B)320.28º47.65%58.43%-
XYZ18.8213.3220.98-
YUV104.59139.52159.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=42.33%
G=22.16%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497812500.480.160.42320.2831.2844.51
Hex954E7D030102A1401f2d
Octal22511617506020525003755
Binary100101011001110111110101100001000010101010100000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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