#996C8A

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

Shades of Strikemaster #996C8A

Tints of Strikemaster #996C8A

Color information

#996C8A (or 0x996C8A) is unknown color: approx Strikemaster. HEX triplet: 99, 6C and 8A. RGB value is (153,108,138). Sum of RGB (Red+Green+Blue) = 153+108+138=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996C8A is #669375. Grayscale: #7C7C7C. Windows color (decimal): -6722422 or 9071769. OLE color: 9071769.

HSL color Cylindrical-coordinate representation of color #996C8A: hue angle of 320º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996C8A is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153108138-
CMYK00.290.100.4
HSL320º18.07%51.18%-
HSV(B)320º29.41%60%-
XYZ23.0919.3326.56-
YUV124.88135.41148.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=38.35%
G=27.07%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310813800.290.100.432018.0751.18
Hex996C8A01DA281401233
Octal23115421203512505002263
Binary10011001110110010001010011101101010100010100000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996C8A; }

 p { color: rgb(153,108,138); }

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

<style>
 a { background-color: #996C8A; }

 a { background-color: rgb(153,108,138); }

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

<style>
 span { border-color: #996C8A; }

 span { border-color: rgb(153,108,138); }

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