#9B668C

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

Shades of Strikemaster #9B668C

Tints of Strikemaster #9B668C

Color information

#9B668C (or 0x9B668C) is unknown color: approx Strikemaster. HEX triplet: 9B, 66 and 8C. RGB value is (155,102,140). Sum of RGB (Red+Green+Blue) = 155+102+140=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668C is #649973. Grayscale: #7A7A7A. Windows color (decimal): -6592884 or 9201307. OLE color: 9201307.

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

Color convert

RGB155102140-
CMYK00.340.100.39
HSL316.98º20.95%50.39%-
HSV(B)316.98º34.19%60.78%-
XYZ2318.3627.14-
YUV122.18138.06151.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=39.04%
G=25.69%
B=35.26%

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
Decimal15510214000.340.100.39316.9820.9550.39
Hex9B668C022A2713d1532
Octal23314621404212474752562
Binary100110111100110100011000100010101010011110011110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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