Html Css Color HEX #996987 Strikemaster

📋 copy color: '#996987'

red 153 ◦ green 105 ◦ blue 135

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

Shades of Strikemaster #996987

Tints of Strikemaster #996987

RGB

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

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

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

R = 38.93%
G = 26.72%
B = 34.35%

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

#996987 (or 0x996987) is known color: Strikemaster. HEX triplet: 99, 69 and 87. RGB value is (153,105,135). Sum of RGB (Red+Green+Blue) = 153+105+135=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #996987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996987 is #669678. Grayscale: #7A7A7A. Windows color (decimal): -6723193 or 8874393. OLE color: 8874393.

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

Color convert

RGB 153 105 135 -
CMYK 0 0.31 0.12 0.4
HSL 322.5º 0.19% 0.51% -
HSV(B) 322.5º 0.31% 0.6% -
XYZ 22.56 18.62 25.33 -
YUV 122.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 153 105 135 0 0.31 0.12 0.4 322.5 0.19 0.51
Hex 99 69 87 0 1F C 28 142 13 33
Octal 231 151 207 0 37 14 50 502 23 63
Binary 10011001 1101001 10000111 0 11111 1100 101000 101000010 10011 110011

Color Harmonies of #996987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996987

Black with #996987

Text Example


Text Example

White with #996987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996987; }

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

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

background-color css

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

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

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

border-color css

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

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

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