#9E648C

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

Shades of Strikemaster #9E648C

Tints of Strikemaster #9E648C

Color information

#9E648C (or 0x9E648C) is unknown color: approx Strikemaster. HEX triplet: 9E, 64 and 8C. RGB value is (158,100,140). Sum of RGB (Red+Green+Blue) = 158+100+140=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E648C is #619B73. Grayscale: #797979. Windows color (decimal): -6396788 or 9200798. OLE color: 9200798.

HSL color Cylindrical-coordinate representation of color #9E648C: hue angle of 318.62º 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 #9E648C is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB158100140-
CMYK00.370.110.38
HSL318.62º23.02%50.59%-
HSV(B)318.62º36.71%61.96%-
XYZ23.3918.2827.11-
YUV121.9138.22153.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.70%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=39.70%
G=25.13%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810014000.370.110.38318.6223.0250.59
Hex9E648C025B2613f1733
Octal23614421404513464772763
Binary100111101100100100011000100101101110011010011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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