#95617D

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

Shades of Strikemaster #95617D

Tints of Strikemaster #95617D

Color information

#95617D (or 0x95617D) is unknown color: approx Strikemaster. HEX triplet: 95, 61 and 7D. RGB value is (149,97,125). Sum of RGB (Red+Green+Blue) = 149+97+125=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95617D is #6A9E82. Grayscale: #737373. Windows color (decimal): -6987395 or 8216981. OLE color: 8216981.

HSL color Cylindrical-coordinate representation of color #95617D: hue angle of 327.69º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95617D is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14997125-
CMYK00.350.160.42
HSL327.69º21.14%48.24%-
HSV(B)327.69º34.9%58.43%-
XYZ20.3716.4221.5-
YUV115.74133.23151.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=40.16%
G=26.15%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499712500.350.160.42327.6921.1448.24
Hex95617D023102A1481530
Octal22514117504320525102560
Binary100101011100001111110101000111000010101010100100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95617D; }

 p { color: rgb(149,97,125); }

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

<style>
 a { background-color: #95617D; }

 a { background-color: rgb(149,97,125); }

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

<style>
 span { border-color: #95617D; }

 span { border-color: rgb(149,97,125); }

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