#95698B

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

Shades of Strikemaster #95698B

Tints of Strikemaster #95698B

Color information

#95698B (or 0x95698B) is unknown color: approx Strikemaster. HEX triplet: 95, 69 and 8B. RGB value is (149,105,139). Sum of RGB (Red+Green+Blue) = 149+105+139=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95698B is #6A9674. Grayscale: #797979. Windows color (decimal): -6985333 or 9136533. OLE color: 9136533.

HSL color Cylindrical-coordinate representation of color #95698B: hue angle of 313.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95698B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149105139-
CMYK00.300.070.42
HSL313.64º17.32%49.8%-
HSV(B)313.64º29.53%58.43%-
XYZ22.1118.3626.8-
YUV122.03137.58147.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=37.91%
G=26.72%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910513900.300.070.42313.6417.3249.8
Hex95698B01E72A13a1132
Octal2251512130367524722162
Binary1001010111010011000101101111011110101010011101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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