#95678C

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

Shades of Strikemaster #95678C

Tints of Strikemaster #95678C

Color information

#95678C (or 0x95678C) is unknown color: approx Strikemaster. HEX triplet: 95, 67 and 8C. RGB value is (149,103,140). Sum of RGB (Red+Green+Blue) = 149+103+140=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95678C is #6A9873. Grayscale: #787878. Windows color (decimal): -6985844 or 9201557. OLE color: 9201557.

HSL color Cylindrical-coordinate representation of color #95678C: hue angle of 311.74º 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 #95678C is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB149103140-
CMYK00.310.060.42
HSL311.74º18.25%49.41%-
HSV(B)311.74º30.87%58.43%-
XYZ21.9817.9827.12-
YUV120.97138.74147.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=38.01%
G=26.28%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910314000.310.060.42311.7418.2549.41
Hex95678C01F62A1381231
Octal2251472140376524702261
Binary1001010111001111000110001111111010101010011100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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