Html Css Color HEX #9F5E7E Strikemaster

📋 copy color: '#9F5E7E'

red 159 ◦ green 94 ◦ blue 126

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

Shades of Strikemaster #9F5E7E

Tints of Strikemaster #9F5E7E

RGB

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

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

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

R = 41.95%
G = 24.8%
B = 33.25%

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

#9F5E7E (or 0x9F5E7E) is known color: Strikemaster. HEX triplet: 9F, 5E and 7E. RGB value is (159,94,126). Sum of RGB (Red+Green+Blue) = 159+94+126=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E7E is #60A181. Grayscale: #757575. Windows color (decimal): -6332802 or 8281759. OLE color: 8281759.

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

Color convert

RGB 159 94 126 -
CMYK 0 0.41 0.21 0.38
HSL 330.46º 0.26% 0.5% -
HSV(B) 330.46º 0.41% 0.62% -
XYZ 22.07 16.88 21.83 -
YUV 117.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 159 94 126 0 0.41 0.21 0.38 330.46 0.26 0.5
Hex 9F 5E 7E 0 29 15 26 14A 1A 32
Octal 237 136 176 0 51 25 46 512 32 62
Binary 10011111 1011110 1111110 0 101001 10101 100110 101001010 11010 110010

Color Harmonies of #9F5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E7E

Black with #9F5E7E

Text Example


Text Example

White with #9F5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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