#9B517F

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

Shades of Strikemaster #9B517F

Tints of Strikemaster #9B517F

Color information

#9B517F (or 0x9B517F) is unknown color: approx Strikemaster. HEX triplet: 9B, 51 and 7F. RGB value is (155,81,127). Sum of RGB (Red+Green+Blue) = 155+81+127=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B517F is #64AE80. Grayscale: #6C6C6C. Windows color (decimal): -6598273 or 8343963. OLE color: 8343963.

HSL color Cylindrical-coordinate representation of color #9B517F: hue angle of 322.7º degrees, saturation: 0.31, 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 #9B517F is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15581127-
CMYK00.480.180.39
HSL322.7º31.36%46.27%-
HSV(B)322.7º47.74%60.78%-
XYZ20.2914.3921.79-
YUV108.37138.52161.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.70%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 127 (50% from 255) = 34.99%
R=42.70%
G=22.31%
B=34.99%

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
Decimal1558112700.480.180.39322.731.3646.27
Hex9B517F03012271431f2e
Octal23312117706022475033756
Binary100110111010001111111101100001001010011110100001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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