#996380

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

Shades of Strikemaster #996380

Tints of Strikemaster #996380

Color information

#996380 (or 0x996380) is unknown color: approx Strikemaster. HEX triplet: 99, 63 and 80. RGB value is (153,99,128). Sum of RGB (Red+Green+Blue) = 153+99+128=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996380 is #669C7F. Grayscale: #767676. Windows color (decimal): -6724736 or 8414105. OLE color: 8414105.

HSL color Cylindrical-coordinate representation of color #996380: hue angle of 327.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996380 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15399128-
CMYK00.350.160.4
HSL327.78º21.43%49.41%-
HSV(B)327.78º35.29%60%-
XYZ21.4917.2522.62-
YUV118.45133.39152.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=40.26%
G=26.05%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539912800.350.160.4327.7821.4349.41
Hex99638002310281481531
Octal23114320004320505102561
Binary1001100111000111000000001000111000010100010100100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996380; }

 p { color: rgb(153,99,128); }

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

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

 a { background-color: rgb(153,99,128); }

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

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

 span { border-color: rgb(153,99,128); }

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