#95617B

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

Shades of Strikemaster #95617B

Tints of Strikemaster #95617B

Color information

#95617B (or 0x95617B) is unknown color: approx Strikemaster. HEX triplet: 95, 61 and 7B. RGB value is (149,97,123). Sum of RGB (Red+Green+Blue) = 149+97+123=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95617B is #6A9E84. Grayscale: #737373. Windows color (decimal): -6987397 or 8085909. OLE color: 8085909.

HSL color Cylindrical-coordinate representation of color #95617B: hue angle of 330º 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 #95617B is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14997123-
CMYK00.350.170.42
HSL330º21.14%48.24%-
HSV(B)330º34.9%58.43%-
XYZ20.2416.3720.83-
YUV115.51132.23151.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=40.38%
G=26.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499712300.350.170.4233021.1448.24
Hex95617B023112A14a1530
Octal22514117304321525122560
Binary100101011100001111101101000111000110101010100101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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