Html Css Color HEX #9E4F80 Strikemaster

📋 copy color: '#9E4F80'

red 158 ◦ green 79 ◦ blue 128

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

Shades of Strikemaster #9E4F80

Tints of Strikemaster #9E4F80

RGB

 RED value IS 158 (62.11% from 255) = 43.29%

 GREEN value IS 79 (31.25% from 255) = 21.64%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 43.29%
G = 21.64%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9E4F80 (or 0x9E4F80) is known color: Strikemaster. HEX triplet: 9E, 4F and 80. RGB value is (158,79,128). Sum of RGB (Red+Green+Blue) = 158+79+128=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4F80 is #61B07F. Grayscale: #6C6C6C. Windows color (decimal): -6402176 or 8408990. OLE color: 8408990.

HSL color Cylindrical-coordinate representation of color #9E4F80: hue angle of 322.78º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F80 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 79 128 -
CMYK 0 0.50 0.19 0.38
HSL 322.78º 0.33% 0.46% -
HSV(B) 322.78º 0.5% 0.62% -
XYZ 20.79 14.42 22.11 -
YUV 108.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 158 79 128 0 0.50 0.19 0.38 322.78 0.33 0.46
Hex 9E 4F 80 0 32 13 26 143 21 2E
Octal 236 117 200 0 62 23 46 503 41 56
Binary 10011110 1001111 10000000 0 110010 10011 100110 101000011 100001 101110

Color Harmonies of #9E4F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4F80

Black with #9E4F80

Text Example


Text Example

White with #9E4F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,79,128); }

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

background-color css

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

 a { background-color: rgb(158,79,128); }

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

border-color css

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

 span { border-color: rgb(158,79,128); }

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