Html Css Color HEX #9F617B Strikemaster

📋 copy color: '#9F617B'

red 159 ◦ green 97 ◦ blue 123

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

Shades of Strikemaster #9F617B

Tints of Strikemaster #9F617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

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

R = 41.95%
G = 25.59%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F617B (or 0x9F617B) is known color: Strikemaster. HEX triplet: 9F, 61 and 7B. RGB value is (159,97,123). Sum of RGB (Red+Green+Blue) = 159+97+123=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F617B is #609E84. Grayscale: #767676. Windows color (decimal): -6332037 or 8085919. OLE color: 8085919.

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

Color convert

RGB 159 97 123 -
CMYK 0 0.39 0.23 0.38
HSL 334.84º 0.24% 0.5% -
HSV(B) 334.84º 0.39% 0.62% -
XYZ 22.15 17.35 20.92 -
YUV 118.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 159 97 123 0 0.39 0.23 0.38 334.84 0.24 0.5
Hex 9F 61 7B 0 27 17 26 14F 18 32
Octal 237 141 173 0 47 27 46 517 30 62
Binary 10011111 1100001 1111011 0 100111 10111 100110 101001111 11000 110010

Color Harmonies of #9F617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F617B

Black with #9F617B

Text Example


Text Example

White with #9F617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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