Html Css Color HEX #9F657B Strikemaster

📋 copy color: '#9F657B'

red 159 ◦ green 101 ◦ blue 123

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

Shades of Strikemaster #9F657B

Tints of Strikemaster #9F657B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 41.51%
G = 26.37%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F657B (or 0x9F657B) is known color: Strikemaster. HEX triplet: 9F, 65 and 7B. RGB value is (159,101,123). Sum of RGB (Red+Green+Blue) = 159+101+123=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F657B is #609A84. Grayscale: #787878. Windows color (decimal): -6331013 or 8086943. OLE color: 8086943.

HSL color Cylindrical-coordinate representation of color #9F657B: hue angle of 337.24º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F657B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 101 123 -
CMYK 0 0.36 0.23 0.38
HSL 337.24º 0.23% 0.51% -
HSV(B) 337.24º 0.36% 0.62% -
XYZ 22.53 18.11 21.05 -
YUV 120.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 159 101 123 0 0.36 0.23 0.38 337.24 0.23 0.51
Hex 9F 65 7B 0 24 17 26 151 17 33
Octal 237 145 173 0 44 27 46 521 27 63
Binary 10011111 1100101 1111011 0 100100 10111 100110 101010001 10111 110011

Color Harmonies of #9F657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F657B

Black with #9F657B

Text Example


Text Example

White with #9F657B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,101,123); }

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

background-color css

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

 a { background-color: rgb(159,101,123); }

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

border-color css

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

 span { border-color: rgb(159,101,123); }

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