Html Css Color HEX #97647D Strikemaster

📋 copy color: '#97647D'

red 151 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #97647D

Tints of Strikemaster #97647D

RGB

 RED value IS 151 (59.38% from 255) = 40.16%

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 40.16%
G = 26.6%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97647D (or 0x97647D) is known color: Strikemaster. HEX triplet: 97, 64 and 7D. RGB value is (151,100,125). Sum of RGB (Red+Green+Blue) = 151+100+125=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #97647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97647D is #689B82. Grayscale: #767676. Windows color (decimal): -6855555 or 8217751. OLE color: 8217751.

HSL color Cylindrical-coordinate representation of color #97647D: hue angle of 330.59º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97647D is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 100 125 -
CMYK 0 0.34 0.17 0.41
HSL 330.59º 0.2% 0.49% -
HSV(B) 330.59º 0.34% 0.59% -
XYZ 21.02 17.17 21.61 -
YUV 118.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 151 100 125 0 0.34 0.17 0.41 330.59 0.2 0.49
Hex 97 64 7D 0 22 11 29 14B 14 31
Octal 227 144 175 0 42 21 51 513 24 61
Binary 10010111 1100100 1111101 0 100010 10001 101001 101001011 10100 110001

Color Harmonies of #97647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97647D

Black with #97647D

Text Example


Text Example

White with #97647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97647D; }

 p { color: rgb(151,100,125); }

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

background-color css

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

 a { background-color: rgb(151,100,125); }

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

border-color css

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

 span { border-color: rgb(151,100,125); }

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