#9B668E

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

Shades of Strikemaster #9B668E

Tints of Strikemaster #9B668E

Color information

#9B668E (or 0x9B668E) is unknown color: approx Strikemaster. HEX triplet: 9B, 66 and 8E. RGB value is (155,102,142). Sum of RGB (Red+Green+Blue) = 155+102+142=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668E is #649971. Grayscale: #7A7A7A. Windows color (decimal): -6592882 or 9332379. OLE color: 9332379.

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

Color convert

RGB155102142-
CMYK00.340.080.39
HSL314.72º20.95%50.39%-
HSV(B)314.72º34.19%60.78%-
XYZ23.1518.4227.93-
YUV122.41139.06151.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=38.85%
G=25.56%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510214200.340.080.39314.7220.9550.39
Hex9B668E02282713b1532
Octal23314621604210474732562
Binary100110111100110100011100100010100010011110011101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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