#9E6480

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

Shades of Strikemaster #9E6480

Tints of Strikemaster #9E6480

Color information

#9E6480 (or 0x9E6480) is unknown color: approx Strikemaster. HEX triplet: 9E, 64 and 80. RGB value is (158,100,128). Sum of RGB (Red+Green+Blue) = 158+100+128=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6480 is #619B7F. Grayscale: #787878. Windows color (decimal): -6396800 or 8414366. OLE color: 8414366.

HSL color Cylindrical-coordinate representation of color #9E6480: hue angle of 331.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6480 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB158100128-
CMYK00.370.190.38
HSL331.03º23.02%50.59%-
HSV(B)331.03º36.71%61.96%-
XYZ22.5517.9422.7-
YUV120.53132.22154.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=40.93%
G=25.91%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810012800.370.190.38331.0323.0250.59
Hex9E6480025132614b1733
Octal23614420004523465132763
Binary1001111011001001000000001001011001110011010100101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,100,128); }

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

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

 a { background-color: rgb(158,100,128); }

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

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

 span { border-color: rgb(158,100,128); }

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