#9B668B

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

Shades of Strikemaster #9B668B

Tints of Strikemaster #9B668B

Color information

#9B668B (or 0x9B668B) is unknown color: approx Strikemaster. HEX triplet: 9B, 66 and 8B. RGB value is (155,102,139). Sum of RGB (Red+Green+Blue) = 155+102+139=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668B is #649974. Grayscale: #797979. Windows color (decimal): -6592885 or 9135771. OLE color: 9135771.

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

Color convert

RGB155102139-
CMYK00.340.100.39
HSL318.11º20.95%50.39%-
HSV(B)318.11º34.19%60.78%-
XYZ22.9318.3426.76-
YUV122.06137.56151.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=39.14%
G=25.76%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510213900.340.100.39318.1120.9550.39
Hex9B668B022A2713e1532
Octal23314621304212474762562
Binary100110111100110100010110100010101010011110011111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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