Html Css Color HEX #9F667D Strikemaster

📋 copy color: '#9F667D'

red 159 ◦ green 102 ◦ blue 125

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

Shades of Strikemaster #9F667D

Tints of Strikemaster #9F667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.42%

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

R = 41.19%
G = 26.42%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F667D (or 0x9F667D) is known color: Strikemaster. HEX triplet: 9F, 66 and 7D. RGB value is (159,102,125). Sum of RGB (Red+Green+Blue) = 159+102+125=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F667D is #609982. Grayscale: #797979. Windows color (decimal): -6330755 or 8218271. OLE color: 8218271.

HSL color Cylindrical-coordinate representation of color #9F667D: hue angle of 335.79º 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 #9F667D is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 102 125 -
CMYK 0 0.36 0.21 0.38
HSL 335.79º 0.23% 0.51% -
HSV(B) 335.79º 0.36% 0.62% -
XYZ 22.75 18.35 21.75 -
YUV 121.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 159 102 125 0 0.36 0.21 0.38 335.79 0.23 0.51
Hex 9F 66 7D 0 24 15 26 150 17 33
Octal 237 146 175 0 44 25 46 520 27 63
Binary 10011111 1100110 1111101 0 100100 10101 100110 101010000 10111 110011

Color Harmonies of #9F667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F667D

Black with #9F667D

Text Example


Text Example

White with #9F667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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