#99608A

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

Shades of Strikemaster #99608A

Tints of Strikemaster #99608A

Color information

#99608A (or 0x99608A) is unknown color: approx Strikemaster. HEX triplet: 99, 60 and 8A. RGB value is (153,96,138). Sum of RGB (Red+Green+Blue) = 153+96+138=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #99608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608A is #669F75. Grayscale: #757575. Windows color (decimal): -6725494 or 9068697. OLE color: 9068697.

HSL color Cylindrical-coordinate representation of color #99608A: hue angle of 315.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99608A is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15396138-
CMYK00.370.100.4
HSL315.79º22.89%48.82%-
HSV(B)315.79º37.25%60%-
XYZ21.9116.9726.17-
YUV117.83139.38153.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=39.53%
G=24.81%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539613800.370.100.4315.7922.8948.82
Hex99608A025A2813c1731
Octal23114021204512504742761
Binary100110011100000100010100100101101010100010011110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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