Html Css Color HEX #996486 Strikemaster

📋 copy color: '#996486'

red 153 ◦ green 100 ◦ blue 134

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

Shades of Strikemaster #996486

Tints of Strikemaster #996486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

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

R = 39.53%
G = 25.84%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996486 (or 0x996486) is known color: Strikemaster. HEX triplet: 99, 64 and 86. RGB value is (153,100,134). Sum of RGB (Red+Green+Blue) = 153+100+134=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996486 is #669B79. Grayscale: #777777. Windows color (decimal): -6724474 or 8807577. OLE color: 8807577.

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

Color convert

RGB 153 100 134 -
CMYK 0 0.35 0.12 0.4
HSL 321.51º 0.21% 0.5% -
HSV(B) 321.51º 0.35% 0.6% -
XYZ 22 17.61 24.79 -
YUV 119.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 153 100 134 0 0.35 0.12 0.4 321.51 0.21 0.5
Hex 99 64 86 0 23 C 28 142 15 32
Octal 231 144 206 0 43 14 50 502 25 62
Binary 10011001 1100100 10000110 0 100011 1100 101000 101000010 10101 110010

Color Harmonies of #996486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996486

Black with #996486

Text Example


Text Example

White with #996486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996486; }

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

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

background-color css

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

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

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

border-color css

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

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

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