#9B507F

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

Shades of Strikemaster #9B507F

Tints of Strikemaster #9B507F

Color information

#9B507F (or 0x9B507F) is unknown color: approx Strikemaster. HEX triplet: 9B, 50 and 7F. RGB value is (155,80,127). Sum of RGB (Red+Green+Blue) = 155+80+127=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B507F is #64AF80. Grayscale: #6B6B6B. Windows color (decimal): -6598529 or 8343707. OLE color: 8343707.

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

Color convert

RGB15580127-
CMYK00.480.180.39
HSL322.4º31.91%46.08%-
HSV(B)322.4º48.39%60.78%-
XYZ20.2214.2421.76-
YUV107.78138.85161.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 127 (50% from 255) = 35.08%
R=42.82%
G=22.10%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558012700.480.180.39322.431.9146.08
Hex9B507F0301227142202e
Octal23312017706022475024056
Binary1001101110100001111111011000010010100111101000010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,127); }

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

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

 a { background-color: rgb(155,80,127); }

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

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

 span { border-color: rgb(155,80,127); }

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