Html Css Color HEX #996A87 Strikemaster

📋 copy color: '#996A87'

red 153 ◦ green 106 ◦ blue 135

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

Shades of Strikemaster #996A87

Tints of Strikemaster #996A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 38.83%
G = 26.9%
B = 34.26%

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

#996A87 (or 0x996A87) is known color: Strikemaster. HEX triplet: 99, 6A and 87. RGB value is (153,106,135). Sum of RGB (Red+Green+Blue) = 153+106+135=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #996A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A87 is #669578. Grayscale: #7B7B7B. Windows color (decimal): -6722937 or 8874649. OLE color: 8874649.

HSL color Cylindrical-coordinate representation of color #996A87: hue angle of 322.98º 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 #996A87 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 135 -
CMYK 0 0.31 0.12 0.4
HSL 322.98º 0.19% 0.51% -
HSV(B) 322.98º 0.31% 0.6% -
XYZ 22.66 18.83 25.36 -
YUV 123.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 153 106 135 0 0.31 0.12 0.4 322.98 0.19 0.51
Hex 99 6A 87 0 1F C 28 143 13 33
Octal 231 152 207 0 37 14 50 503 23 63
Binary 10011001 1101010 10000111 0 11111 1100 101000 101000011 10011 110011

Color Harmonies of #996A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A87

Black with #996A87

Text Example


Text Example

White with #996A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996A87; }

 p { color: rgb(153,106,135); }

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

background-color css

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

 a { background-color: rgb(153,106,135); }

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

border-color css

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

 span { border-color: rgb(153,106,135); }

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