Html Css Color HEX #9F6B86 Strikemaster

📋 copy color: '#9F6B86'

red 159 ◦ green 107 ◦ blue 134

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

Shades of Strikemaster #9F6B86

Tints of Strikemaster #9F6B86

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 39.75%
G = 26.75%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F6B86 (or 0x9F6B86) is known color: Strikemaster. HEX triplet: 9F, 6B and 86. RGB value is (159,107,134). Sum of RGB (Red+Green+Blue) = 159+107+134=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6B86 is #609479. Grayscale: #7D7D7D. Windows color (decimal): -6329466 or 8809375. OLE color: 8809375.

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

Color convert

RGB 159 107 134 -
CMYK 0 0.33 0.16 0.38
HSL 328.85º 0.21% 0.52% -
HSV(B) 328.85º 0.33% 0.62% -
XYZ 23.86 19.61 25.08 -
YUV 125.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 159 107 134 0 0.33 0.16 0.38 328.85 0.21 0.52
Hex 9F 6B 86 0 21 10 26 149 15 34
Octal 237 153 206 0 41 20 46 511 25 64
Binary 10011111 1101011 10000110 0 100001 10000 100110 101001001 10101 110100

Color Harmonies of #9F6B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B86

Black with #9F6B86

Text Example


Text Example

White with #9F6B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,107,134); }

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

background-color css

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

 a { background-color: rgb(159,107,134); }

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

border-color css

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

 span { border-color: rgb(159,107,134); }

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