#95487E

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

Shades of Strikemaster #95487E

Tints of Strikemaster #95487E

Color information

#95487E (or 0x95487E) is unknown color: approx Strikemaster. HEX triplet: 95, 48 and 7E. RGB value is (149,72,126). Sum of RGB (Red+Green+Blue) = 149+72+126=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95487E is #6AB781. Grayscale: #656565. Windows color (decimal): -6993794 or 8276117. OLE color: 8276117.

HSL color Cylindrical-coordinate representation of color #95487E: hue angle of 317.92º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95487E is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14972126-
CMYK00.520.150.42
HSL317.92º34.84%43.33%-
HSV(B)317.92º51.68%58.43%-
XYZ18.4812.5321.18-
YUV101.18142.01162.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=42.94%
G=20.75%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497212600.520.150.42317.9234.8443.33
Hex95487E034F2A13e232b
Octal22511017606417524764353
Binary100101011001000111111001101001111101010100111110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95487E; }

 p { color: rgb(149,72,126); }

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

<style>
 a { background-color: #95487E; }

 a { background-color: rgb(149,72,126); }

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

<style>
 span { border-color: #95487E; }

 span { border-color: rgb(149,72,126); }

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