#9B668D

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

Shades of Strikemaster #9B668D

Tints of Strikemaster #9B668D

Color information

#9B668D (or 0x9B668D) is unknown color: approx Strikemaster. HEX triplet: 9B, 66 and 8D. RGB value is (155,102,141). Sum of RGB (Red+Green+Blue) = 155+102+141=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668D is #649972. Grayscale: #7A7A7A. Windows color (decimal): -6592883 or 9266843. OLE color: 9266843.

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

Color convert

RGB155102141-
CMYK00.340.090.39
HSL315.85º20.95%50.39%-
HSV(B)315.85º34.19%60.78%-
XYZ23.0818.3927.53-
YUV122.29138.56151.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=38.94%
G=25.63%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510214100.340.090.39315.8520.9550.39
Hex9B668D02292713c1532
Octal23314621504211474742562
Binary100110111100110100011010100010100110011110011110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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