Html Css Color HEX #996187 Strikemaster

📋 copy color: '#996187'

red 153 ◦ green 97 ◦ blue 135

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

Shades of Strikemaster #996187

Tints of Strikemaster #996187

RGB

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

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

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

R = 39.74%
G = 25.19%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996187 (or 0x996187) is known color: Strikemaster. HEX triplet: 99, 61 and 87. RGB value is (153,97,135). Sum of RGB (Red+Green+Blue) = 153+97+135=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #996187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996187 is #669E78. Grayscale: #757575. Windows color (decimal): -6725241 or 8872345. OLE color: 8872345.

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

Color convert

RGB 153 97 135 -
CMYK 0 0.37 0.12 0.4
HSL 319.29º 0.22% 0.49% -
HSV(B) 319.29º 0.37% 0.6% -
XYZ 21.78 17.07 25.07 -
YUV 118.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 153 97 135 0 0.37 0.12 0.4 319.29 0.22 0.49
Hex 99 61 87 0 25 C 28 13F 16 31
Octal 231 141 207 0 45 14 50 477 26 61
Binary 10011001 1100001 10000111 0 100101 1100 101000 100111111 10110 110001

Color Harmonies of #996187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996187

Black with #996187

Text Example


Text Example

White with #996187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996187; }

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

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

background-color css

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

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

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

border-color css

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

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

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