#9B5081

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

Shades of Strikemaster #9B5081

Tints of Strikemaster #9B5081

Color information

#9B5081 (or 0x9B5081) is unknown color: approx Strikemaster. HEX triplet: 9B, 50 and 81. RGB value is (155,80,129). Sum of RGB (Red+Green+Blue) = 155+80+129=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5081 is #64AF7E. Grayscale: #6B6B6B. Windows color (decimal): -6598527 or 8474779. OLE color: 8474779.

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

Color convert

RGB15580129-
CMYK00.480.170.39
HSL320.8º31.91%46.08%-
HSV(B)320.8º48.39%60.78%-
XYZ20.3514.2922.45-
YUV108.01139.85161.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=42.58%
G=21.98%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558012900.480.170.39320.831.9146.08
Hex9B50810301127141202e
Octal23312020106021475014056
Binary10011011101000010000001011000010001100111101000001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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