Html Css Color HEX #996189 Strikemaster

📋 copy color: '#996189'

red 153 ◦ green 97 ◦ blue 137

#996189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #996189

Tints of Strikemaster #996189

RGB

 RED value IS 153 (60.16% from 255) = 39.53%

 GREEN value IS 97 (38.28% from 255) = 25.06%

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 39.53%
G = 25.06%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#996189 (or 0x996189) is known color: Strikemaster. HEX triplet: 99, 61 and 89. RGB value is (153,97,137). Sum of RGB (Red+Green+Blue) = 153+97+137=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996189 is #669E76. Grayscale: #767676. Windows color (decimal): -6725239 or 9003417. OLE color: 9003417.

HSL color Cylindrical-coordinate representation of color #996189: hue angle of 317.14º degrees, saturation: 0.22, 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 #996189 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 137 -
CMYK 0 0.37 0.10 0.4
HSL 317.14º 0.22% 0.49% -
HSV(B) 317.14º 0.37% 0.6% -
XYZ 21.93 17.13 25.82 -
YUV 118.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 153 97 137 0 0.37 0.10 0.4 317.14 0.22 0.49
Hex 99 61 89 0 25 A 28 13D 16 31
Octal 231 141 211 0 45 12 50 475 26 61
Binary 10011001 1100001 10001001 0 100101 1010 101000 100111101 10110 110001

Color Harmonies of #996189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996189

Black with #996189

Text Example


Text Example

White with #996189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996189; }

 p { color: rgb(153,97,137); }

 H1.HeaderClassName
 {
   color: #996189;
 }
 .AnyTagClassName
 {
   color: #996189;
 }
</style>

background-color css

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

 a { background-color: rgb(153,97,137); }

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

border-color css

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

 span { border-color: rgb(153,97,137); }

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