#95678B

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

Shades of Strikemaster #95678B

Tints of Strikemaster #95678B

Color information

#95678B (or 0x95678B) is unknown color: approx Strikemaster. HEX triplet: 95, 67 and 8B. RGB value is (149,103,139). Sum of RGB (Red+Green+Blue) = 149+103+139=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95678B is #6A9874. Grayscale: #787878. Windows color (decimal): -6985845 or 9136021. OLE color: 9136021.

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

Color convert

RGB149103139-
CMYK00.310.070.42
HSL313.04º18.25%49.41%-
HSV(B)313.04º30.87%58.43%-
XYZ21.917.9526.74-
YUV120.86138.24148.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=38.11%
G=26.34%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910313900.310.070.42313.0418.2549.41
Hex95678B01F72A1391231
Octal2251472130377524712261
Binary1001010111001111000101101111111110101010011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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