#95467E

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

Shades of Strikemaster #95467E

Tints of Strikemaster #95467E

Color information

#95467E (or 0x95467E) is unknown color: approx Strikemaster. HEX triplet: 95, 46 and 7E. RGB value is (149,70,126). Sum of RGB (Red+Green+Blue) = 149+70+126=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95467E is #6AB981. Grayscale: #636363. Windows color (decimal): -6994306 or 8275605. OLE color: 8275605.

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

Color convert

RGB14970126-
CMYK00.530.150.42
HSL317.47º36.07%42.94%-
HSV(B)317.47º53.02%58.43%-
XYZ18.3512.2821.14-
YUV100142.67162.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=43.19%
G=20.29%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497012600.530.150.42317.4736.0742.94
Hex95467E035F2A13d242b
Octal22510617606517524754453
Binary100101011000110111111001101011111101010100111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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