#954E83

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

Shades of Strikemaster #954E83

Tints of Strikemaster #954E83

Color information

#954E83 (or 0x954E83) is unknown color: approx Strikemaster. HEX triplet: 95, 4E and 83. RGB value is (149,78,131). Sum of RGB (Red+Green+Blue) = 149+78+131=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #954E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E83 is #6AB17C. Grayscale: #696969. Windows color (decimal): -6992253 or 8605333. OLE color: 8605333.

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

Color convert

RGB14978131-
CMYK00.480.120.42
HSL315.21º31.28%44.51%-
HSV(B)315.21º47.65%58.43%-
XYZ19.2213.4823.06-
YUV105.27142.52159.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=41.62%
G=21.79%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497813100.480.120.42315.2131.2844.51
Hex954E83030C2A13b1f2d
Octal22511620306014524733755
Binary100101011001110100000110110000110010101010011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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