Html Css Color HEX #9F697D Strikemaster

📋 copy color: '#9F697D'

red 159 ◦ green 105 ◦ blue 125

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

Shades of Strikemaster #9F697D

Tints of Strikemaster #9F697D

RGB

 RED value IS 159 (62.5% from 255) = 40.87%

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

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

R = 40.87%
G = 26.99%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F697D (or 0x9F697D) is known color: Strikemaster. HEX triplet: 9F, 69 and 7D. RGB value is (159,105,125). Sum of RGB (Red+Green+Blue) = 159+105+125=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F697D is #609682. Grayscale: #7B7B7B. Windows color (decimal): -6329987 or 8219039. OLE color: 8219039.

HSL color Cylindrical-coordinate representation of color #9F697D: hue angle of 337.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F697D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 125 -
CMYK 0 0.34 0.21 0.38
HSL 337.78º 0.22% 0.52% -
HSV(B) 337.78º 0.34% 0.62% -
XYZ 23.05 18.95 21.85 -
YUV 123.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 159 105 125 0 0.34 0.21 0.38 337.78 0.22 0.52
Hex 9F 69 7D 0 22 15 26 152 16 34
Octal 237 151 175 0 42 25 46 522 26 64
Binary 10011111 1101001 1111101 0 100010 10101 100110 101010010 10110 110100

Color Harmonies of #9F697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F697D

Black with #9F697D

Text Example


Text Example

White with #9F697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F697D; }

 p { color: rgb(159,105,125); }

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

background-color css

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

 a { background-color: rgb(159,105,125); }

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

border-color css

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

 span { border-color: rgb(159,105,125); }

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