#95517A

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

Shades of Strikemaster #95517A

Tints of Strikemaster #95517A

Color information

#95517A (or 0x95517A) is unknown color: approx Strikemaster. HEX triplet: 95, 51 and 7A. RGB value is (149,81,122). Sum of RGB (Red+Green+Blue) = 149+81+122=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #95517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95517A is #6AAE85. Grayscale: #696969. Windows color (decimal): -6991494 or 8016277. OLE color: 8016277.

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

Color convert

RGB14981122-
CMYK00.460.180.42
HSL323.82º29.57%45.1%-
HSV(B)323.82º45.64%58.43%-
XYZ18.8513.6820.06-
YUV106.01137.03158.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=42.33%
G=23.01%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498112200.460.180.42323.8229.5745.1
Hex95517A02E122A1441e2d
Octal22512117205622525043655
Binary100101011010001111101001011101001010101010100010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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