Html Css Color HEX #9F5A7E Strikemaster

📋 copy color: '#9F5A7E'

red 159 ◦ green 90 ◦ blue 126

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

Shades of Strikemaster #9F5A7E

Tints of Strikemaster #9F5A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 42.4%
G = 24%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F5A7E (or 0x9F5A7E) is known color: Strikemaster. HEX triplet: 9F, 5A and 7E. RGB value is (159,90,126). Sum of RGB (Red+Green+Blue) = 159+90+126=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A7E is #60A581. Grayscale: #727272. Windows color (decimal): -6333826 or 8280735. OLE color: 8280735.

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

Color convert

RGB 159 90 126 -
CMYK 0 0.43 0.21 0.38
HSL 328.7º 0.28% 0.49% -
HSV(B) 328.7º 0.43% 0.62% -
XYZ 21.72 16.19 21.72 -
YUV 114.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 159 90 126 0 0.43 0.21 0.38 328.7 0.28 0.49
Hex 9F 5A 7E 0 2B 15 26 149 1C 31
Octal 237 132 176 0 53 25 46 511 34 61
Binary 10011111 1011010 1111110 0 101011 10101 100110 101001001 11100 110001

Color Harmonies of #9F5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5A7E

Black with #9F5A7E

Text Example


Text Example

White with #9F5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,126); }

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

background-color css

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

 a { background-color: rgb(159,90,126); }

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

border-color css

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

 span { border-color: rgb(159,90,126); }

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