#99638A

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

Shades of Strikemaster #99638A

Tints of Strikemaster #99638A

Color information

#99638A (or 0x99638A) is unknown color: approx Strikemaster. HEX triplet: 99, 63 and 8A. RGB value is (153,99,138). Sum of RGB (Red+Green+Blue) = 153+99+138=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99638A is #669C75. Grayscale: #777777. Windows color (decimal): -6724726 or 9069465. OLE color: 9069465.

HSL color Cylindrical-coordinate representation of color #99638A: hue angle of 316.67º 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 #99638A is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15399138-
CMYK00.350.100.4
HSL316.67º21.43%49.41%-
HSV(B)316.67º35.29%60%-
XYZ22.1917.5326.26-
YUV119.59138.39151.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=39.23%
G=25.38%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539913800.350.100.4316.6721.4349.41
Hex99638A023A2813d1531
Octal23114321204312504752561
Binary100110011100011100010100100011101010100010011110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99638A; }

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

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

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

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

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

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

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

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