Html Css Color HEX #9F5E7D Strikemaster

📋 copy color: '#9F5E7D'

red 159 ◦ green 94 ◦ blue 125

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

Shades of Strikemaster #9F5E7D

Tints of Strikemaster #9F5E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

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

R = 42.06%
G = 24.87%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F5E7D (or 0x9F5E7D) is known color: Strikemaster. HEX triplet: 9F, 5E and 7D. RGB value is (159,94,125). Sum of RGB (Red+Green+Blue) = 159+94+125=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E7D is #60A182. Grayscale: #747474. Windows color (decimal): -6332803 or 8216223. OLE color: 8216223.

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

Color convert

RGB 159 94 125 -
CMYK 0 0.41 0.21 0.38
HSL 331.38º 0.26% 0.5% -
HSV(B) 331.38º 0.41% 0.62% -
XYZ 22 16.86 21.5 -
YUV 116.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 159 94 125 0 0.41 0.21 0.38 331.38 0.26 0.5
Hex 9F 5E 7D 0 29 15 26 14B 1A 32
Octal 237 136 175 0 51 25 46 513 32 62
Binary 10011111 1011110 1111101 0 101001 10101 100110 101001011 11010 110010

Color Harmonies of #9F5E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E7D

Black with #9F5E7D

Text Example


Text Example

White with #9F5E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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