#9E5F8B

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

Shades of Strikemaster #9E5F8B

Tints of Strikemaster #9E5F8B

Color information

#9E5F8B (or 0x9E5F8B) is unknown color: approx Strikemaster. HEX triplet: 9E, 5F and 8B. RGB value is (158,95,139). Sum of RGB (Red+Green+Blue) = 158+95+139=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5F8B is #61A074. Grayscale: #767676. Windows color (decimal): -6398069 or 9133982. OLE color: 9133982.

HSL color Cylindrical-coordinate representation of color #9E5F8B: hue angle of 318.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E5F8B is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15895139-
CMYK00.400.120.38
HSL318.1º24.9%49.61%-
HSV(B)318.1º39.87%61.96%-
XYZ22.8517.3226.56-
YUV118.85139.37155.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=40.31%
G=24.23%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589513900.400.120.38318.124.949.61
Hex9E5F8B028C2613e1932
Octal23613721305014464763162
Binary100111101011111100010110101000110010011010011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5F8B; }

 p { color: rgb(158,95,139); }

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

<style>
 a { background-color: #9E5F8B; }

 a { background-color: rgb(158,95,139); }

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

<style>
 span { border-color: #9E5F8B; }

 span { border-color: rgb(158,95,139); }

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