#954E7B

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

Shades of Strikemaster #954E7B

Tints of Strikemaster #954E7B

Color information

#954E7B (or 0x954E7B) is unknown color: approx Strikemaster. HEX triplet: 95, 4E and 7B. RGB value is (149,78,123). Sum of RGB (Red+Green+Blue) = 149+78+123=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E7B is #6AB184. Grayscale: #686868. Windows color (decimal): -6992261 or 8081045. OLE color: 8081045.

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

Color convert

RGB14978123-
CMYK00.480.170.42
HSL321.97º31.28%44.51%-
HSV(B)321.97º47.65%58.43%-
XYZ18.6913.2720.31-
YUV104.36138.52159.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=42.57%
G=22.29%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497812300.480.170.42321.9731.2844.51
Hex954E7B030112A1421f2d
Octal22511617306021525023755
Binary100101011001110111101101100001000110101010100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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