#95658B

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

Shades of Strikemaster #95658B

Tints of Strikemaster #95658B

Color information

#95658B (or 0x95658B) is unknown color: approx Strikemaster. HEX triplet: 95, 65 and 8B. RGB value is (149,101,139). Sum of RGB (Red+Green+Blue) = 149+101+139=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95658B is #6A9A74. Grayscale: #777777. Windows color (decimal): -6986357 or 9135509. OLE color: 9135509.

HSL color Cylindrical-coordinate representation of color #95658B: hue angle of 312.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95658B is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149101139-
CMYK00.320.070.42
HSL312.5º19.2%49.02%-
HSV(B)312.5º32.21%58.43%-
XYZ21.7117.5626.67-
YUV119.68138.9148.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=38.30%
G=25.96%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910113900.320.070.42312.519.249.02
Hex95658B02072A1381331
Octal2251452130407524702361
Binary10010101110010110001011010000011110101010011100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,101,139); }

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

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

 a { background-color: rgb(149,101,139); }

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

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

 span { border-color: rgb(149,101,139); }

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