#95497A

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

Shades of Strikemaster #95497A

Tints of Strikemaster #95497A

Color information

#95497A (or 0x95497A) is unknown color: approx Strikemaster. HEX triplet: 95, 49 and 7A. RGB value is (149,73,122). Sum of RGB (Red+Green+Blue) = 149+73+122=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95497A is #6AB685. Grayscale: #656565. Windows color (decimal): -6993542 or 8014229. OLE color: 8014229.

HSL color Cylindrical-coordinate representation of color #95497A: hue angle of 321.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95497A is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14973122-
CMYK00.510.180.42
HSL321.32º34.23%43.53%-
HSV(B)321.32º51.01%58.43%-
XYZ18.2912.5619.87-
YUV101.31139.68162.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=43.31%
G=21.22%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497312200.510.180.42321.3234.2343.53
Hex95497A033122A141222c
Octal22511117206322525014254
Binary1001010110010011111010011001110010101010101000001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95497A; }

 p { color: rgb(149,73,122); }

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

<style>
 a { background-color: #95497A; }

 a { background-color: rgb(149,73,122); }

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

<style>
 span { border-color: #95497A; }

 span { border-color: rgb(149,73,122); }

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