Html Css Color HEX #996986 Strikemaster

📋 copy color: '#996986'

red 153 ◦ green 105 ◦ blue 134

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

Shades of Strikemaster #996986

Tints of Strikemaster #996986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.79%

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 39.03%
G = 26.79%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996986 (or 0x996986) is known color: Strikemaster. HEX triplet: 99, 69 and 86. RGB value is (153,105,134). Sum of RGB (Red+Green+Blue) = 153+105+134=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #996986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996986 is #669679. Grayscale: #7A7A7A. Windows color (decimal): -6723194 or 8808857. OLE color: 8808857.

HSL color Cylindrical-coordinate representation of color #996986: hue angle of 323.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996986 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 134 -
CMYK 0 0.31 0.12 0.4
HSL 323.75º 0.19% 0.51% -
HSV(B) 323.75º 0.31% 0.6% -
XYZ 22.49 18.6 24.96 -
YUV 122.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 153 105 134 0 0.31 0.12 0.4 323.75 0.19 0.51
Hex 99 69 86 0 1F C 28 144 13 33
Octal 231 151 206 0 37 14 50 504 23 63
Binary 10011001 1101001 10000110 0 11111 1100 101000 101000100 10011 110011

Color Harmonies of #996986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996986

Black with #996986

Text Example


Text Example

White with #996986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996986; }

 p { color: rgb(153,105,134); }

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

background-color css

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

 a { background-color: rgb(153,105,134); }

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

border-color css

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

 span { border-color: rgb(153,105,134); }

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