#9B638A

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

Shades of Strikemaster #9B638A

Tints of Strikemaster #9B638A

Color information

#9B638A (or 0x9B638A) is unknown color: approx Strikemaster. HEX triplet: 9B, 63 and 8A. RGB value is (155,99,138). Sum of RGB (Red+Green+Blue) = 155+99+138=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B638A is #649C75. Grayscale: #787878. Windows color (decimal): -6593654 or 9069467. OLE color: 9069467.

HSL color Cylindrical-coordinate representation of color #9B638A: hue angle of 318.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B638A is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15599138-
CMYK00.360.110.39
HSL318.21º22.05%49.8%-
HSV(B)318.21º36.13%60.78%-
XYZ22.5717.7326.28-
YUV120.19138.05152.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=39.54%
G=25.26%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559913800.360.110.39318.2122.0549.8
Hex9B638A024B2713e1632
Octal23314321204413474762662
Binary100110111100011100010100100100101110011110011111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,138); }

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

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

 a { background-color: rgb(155,99,138); }

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

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

 span { border-color: rgb(155,99,138); }

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