#9B5385

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

Shades of Strikemaster #9B5385

Tints of Strikemaster #9B5385

Color information

#9B5385 (or 0x9B5385) is unknown color: approx Strikemaster. HEX triplet: 9B, 53 and 85. RGB value is (155,83,133). Sum of RGB (Red+Green+Blue) = 155+83+133=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5385 is #64AC7A. Grayscale: #6E6E6E. Windows color (decimal): -6597755 or 8737691. OLE color: 8737691.

HSL color Cylindrical-coordinate representation of color #9B5385: hue angle of 318.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5385 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15583133-
CMYK00.460.140.39
HSL318.33º30.25%46.67%-
HSV(B)318.33º46.45%60.78%-
XYZ20.8414.8523.96-
YUV110.23140.85159.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=41.78%
G=22.37%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558313300.460.140.39318.3330.2546.67
Hex9B538502EE2713e1e2f
Octal23312320505616474763657
Binary100110111010011100001010101110111010011110011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,133); }

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

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

 a { background-color: rgb(155,83,133); }

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

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

 span { border-color: rgb(155,83,133); }

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