#9B667F

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

Shades of Strikemaster #9B667F

Tints of Strikemaster #9B667F

Color information

#9B667F (or 0x9B667F) is unknown color: approx Strikemaster. HEX triplet: 9B, 66 and 7F. RGB value is (155,102,127). Sum of RGB (Red+Green+Blue) = 155+102+127=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B667F is #649980. Grayscale: #787878. Windows color (decimal): -6592897 or 8349339. OLE color: 8349339.

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

Color convert

RGB155102127-
CMYK00.340.180.39
HSL331.7º20.95%50.39%-
HSV(B)331.7º34.19%60.78%-
XYZ22.11822.39-
YUV120.7131.56152.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 127 (50% from 255) = 33.07%
R=40.36%
G=26.56%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510212700.340.180.39331.720.9550.39
Hex9B667F022122714c1532
Octal23314617704222475142562
Binary100110111100110111111101000101001010011110100110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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