#9E6280

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

Shades of Strikemaster #9E6280

Tints of Strikemaster #9E6280

Color information

#9E6280 (or 0x9E6280) is unknown color: approx Strikemaster. HEX triplet: 9E, 62 and 80. RGB value is (158,98,128). Sum of RGB (Red+Green+Blue) = 158+98+128=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6280 is #619D7F. Grayscale: #777777. Windows color (decimal): -6397312 or 8413854. OLE color: 8413854.

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

Color convert

RGB15898128-
CMYK00.380.190.38
HSL330º23.62%50.2%-
HSV(B)330º37.97%61.96%-
XYZ22.3617.5622.63-
YUV119.36132.88155.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.15%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=41.15%
G=25.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589812800.380.190.3833023.6250.2
Hex9E6280026132614a1832
Octal23614220004623465123062
Binary1001111011000101000000001001101001110011010100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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