#9B547B

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

Shades of Strikemaster #9B547B

Tints of Strikemaster #9B547B

Color information

#9B547B (or 0x9B547B) is unknown color: approx Strikemaster. HEX triplet: 9B, 54 and 7B. RGB value is (155,84,123). Sum of RGB (Red+Green+Blue) = 155+84+123=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B547B is #64AB84. Grayscale: #6D6D6D. Windows color (decimal): -6597509 or 8082587. OLE color: 8082587.

HSL color Cylindrical-coordinate representation of color #9B547B: hue angle of 327.04º 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 #9B547B is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB15584123-
CMYK00.460.210.39
HSL327.04º29.71%46.86%-
HSV(B)327.04º45.81%60.78%-
XYZ20.2614.7420.52-
YUV109.68135.52160.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=42.82%
G=23.20%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558412300.460.210.39327.0429.7146.86
Hex9B547B02E15271471e2f
Octal23312417305625475073657
Binary100110111010100111101101011101010110011110100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,123); }

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

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

 a { background-color: rgb(155,84,123); }

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

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

 span { border-color: rgb(155,84,123); }

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