#95457E

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

Shades of Strikemaster #95457E

Tints of Strikemaster #95457E

Color information

#95457E (or 0x95457E) is unknown color: approx Strikemaster. HEX triplet: 95, 45 and 7E. RGB value is (149,69,126). Sum of RGB (Red+Green+Blue) = 149+69+126=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95457E is #6ABA81. Grayscale: #636363. Windows color (decimal): -6994562 or 8275349. OLE color: 8275349.

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

Color convert

RGB14969126-
CMYK00.540.150.42
HSL317.25º36.7%42.75%-
HSV(B)317.25º53.69%58.43%-
XYZ18.2912.1521.12-
YUV99.42143163.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=43.31%
G=20.06%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496912600.540.150.42317.2536.742.75
Hex95457E036F2A13d252b
Octal22510517606617524754553
Binary100101011000101111111001101101111101010100111101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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