Html Css Color HEX #997385 Strikemaster

📋 copy color: '#997385'

red 153 ◦ green 115 ◦ blue 133

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

Shades of Strikemaster #997385

Tints of Strikemaster #997385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 38.15%
G = 28.68%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#997385 (or 0x997385) is known color: Strikemaster. HEX triplet: 99, 73 and 85. RGB value is (153,115,133). Sum of RGB (Red+Green+Blue) = 153+115+133=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #997385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997385 is #668C7A. Grayscale: #808080. Windows color (decimal): -6720635 or 8745881. OLE color: 8745881.

HSL color Cylindrical-coordinate representation of color #997385: hue angle of 331.58º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997385 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 133 -
CMYK 0 0.25 0.13 0.4
HSL 331.58º 0.16% 0.53% -
HSV(B) 331.58º 0.25% 0.6% -
XYZ 23.5 20.73 24.95 -
YUV 128.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 153 115 133 0 0.25 0.13 0.4 331.58 0.16 0.53
Hex 99 73 85 0 19 D 28 14C 10 35
Octal 231 163 205 0 31 15 50 514 20 65
Binary 10011001 1110011 10000101 0 11001 1101 101000 101001100 10000 110101

Color Harmonies of #997385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997385

Black with #997385

Text Example


Text Example

White with #997385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997385; }

 p { color: rgb(153,115,133); }

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

background-color css

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

 a { background-color: rgb(153,115,133); }

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

border-color css

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

 span { border-color: rgb(153,115,133); }

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