#95647C

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

Shades of Strikemaster #95647C

Tints of Strikemaster #95647C

Color information

#95647C (or 0x95647C) is unknown color: approx Strikemaster. HEX triplet: 95, 64 and 7C. RGB value is (149,100,124). Sum of RGB (Red+Green+Blue) = 149+100+124=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95647C is #6A9B83. Grayscale: #757575. Windows color (decimal): -6986628 or 8152213. OLE color: 8152213.

HSL color Cylindrical-coordinate representation of color #95647C: hue angle of 330.61º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95647C is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149100124-
CMYK00.330.170.42
HSL330.61º19.68%48.82%-
HSV(B)330.61º32.89%58.43%-
XYZ20.5916.9621.26-
YUV117.39131.73150.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=39.95%
G=26.81%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910012400.330.170.42330.6119.6848.82
Hex95647C021112A14b1431
Octal22514417404121525132461
Binary100101011100100111110001000011000110101010100101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95647C; }

 p { color: rgb(149,100,124); }

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

<style>
 a { background-color: #95647C; }

 a { background-color: rgb(149,100,124); }

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

<style>
 span { border-color: #95647C; }

 span { border-color: rgb(149,100,124); }

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