Html Css Color HEX #97647F Strikemaster

📋 copy color: '#97647F'

red 151 ◦ green 100 ◦ blue 127

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

Shades of Strikemaster #97647F

Tints of Strikemaster #97647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 39.95%
G = 26.46%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97647F (or 0x97647F) is known color: Strikemaster. HEX triplet: 97, 64 and 7F. RGB value is (151,100,127). Sum of RGB (Red+Green+Blue) = 151+100+127=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #97647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97647F is #689B80. Grayscale: #767676. Windows color (decimal): -6855553 or 8348823. OLE color: 8348823.

HSL color Cylindrical-coordinate representation of color #97647F: hue angle of 328.24º 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 #97647F is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 100 127 -
CMYK 0 0.34 0.16 0.41
HSL 328.24º 0.2% 0.49% -
HSV(B) 328.24º 0.34% 0.59% -
XYZ 21.15 17.23 22.29 -
YUV 118.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 151 100 127 0 0.34 0.16 0.41 328.24 0.2 0.49
Hex 97 64 7F 0 22 10 29 148 14 31
Octal 227 144 177 0 42 20 51 510 24 61
Binary 10010111 1100100 1111111 0 100010 10000 101001 101001000 10100 110001

Color Harmonies of #97647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97647F

Black with #97647F

Text Example


Text Example

White with #97647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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