Html Css Color HEX #9F4E7E Strikemaster

📋 copy color: '#9F4E7E'

red 159 ◦ green 78 ◦ blue 126

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

Shades of Strikemaster #9F4E7E

Tints of Strikemaster #9F4E7E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.49%

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

R = 43.8%
G = 21.49%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F4E7E (or 0x9F4E7E) is known color: Strikemaster. HEX triplet: 9F, 4E and 7E. RGB value is (159,78,126). Sum of RGB (Red+Green+Blue) = 159+78+126=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E7E is #60B181. Grayscale: #6B6B6B. Windows color (decimal): -6336898 or 8277663. OLE color: 8277663.

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

Color convert

RGB 159 78 126 -
CMYK 0 0.51 0.21 0.38
HSL 324.44º 0.34% 0.46% -
HSV(B) 324.44º 0.51% 0.62% -
XYZ 20.79 14.33 21.41 -
YUV 107.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 159 78 126 0 0.51 0.21 0.38 324.44 0.34 0.46
Hex 9F 4E 7E 0 33 15 26 144 22 2E
Octal 237 116 176 0 63 25 46 504 42 56
Binary 10011111 1001110 1111110 0 110011 10101 100110 101000100 100010 101110

Color Harmonies of #9F4E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4E7E

Black with #9F4E7E

Text Example


Text Example

White with #9F4E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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