#95537F

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

Shades of Strikemaster #95537F

Tints of Strikemaster #95537F

Color information

#95537F (or 0x95537F) is unknown color: approx Strikemaster. HEX triplet: 95, 53 and 7F. RGB value is (149,83,127). Sum of RGB (Red+Green+Blue) = 149+83+127=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95537F is #6AAC80. Grayscale: #6B6B6B. Windows color (decimal): -6990977 or 8344469. OLE color: 8344469.

HSL color Cylindrical-coordinate representation of color #95537F: hue angle of 320º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95537F is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14983127-
CMYK00.440.150.42
HSL320º28.45%45.49%-
HSV(B)320º44.3%58.43%-
XYZ19.3214.1121.78-
YUV107.75138.87157.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 127 (50% from 255) = 35.38%
R=41.50%
G=23.12%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498312700.440.150.4232028.4545.49
Hex95537F02CF2A1401c2d
Octal22512317705417525003455
Binary10010101101001111111110101100111110101010100000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95537F; }

 p { color: rgb(149,83,127); }

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

<style>
 a { background-color: #95537F; }

 a { background-color: rgb(149,83,127); }

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

<style>
 span { border-color: #95537F; }

 span { border-color: rgb(149,83,127); }

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