Html Css Color HEX #9E5180 Strikemaster

📋 copy color: '#9E5180'

red 158 ◦ green 81 ◦ blue 128

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

Shades of Strikemaster #9E5180

Tints of Strikemaster #9E5180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

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

R = 43.05%
G = 22.07%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9E5180 (or 0x9E5180) is known color: Strikemaster. HEX triplet: 9E, 51 and 80. RGB value is (158,81,128). Sum of RGB (Red+Green+Blue) = 158+81+128=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5180 is #61AE7F. Grayscale: #6D6D6D. Windows color (decimal): -6401664 or 8409502. OLE color: 8409502.

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

Color convert

RGB 158 81 128 -
CMYK 0 0.49 0.19 0.38
HSL 323.38º 0.32% 0.47% -
HSV(B) 323.38º 0.49% 0.62% -
XYZ 20.94 14.71 22.16 -
YUV 109.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 158 81 128 0 0.49 0.19 0.38 323.38 0.32 0.47
Hex 9E 51 80 0 31 13 26 143 20 2F
Octal 236 121 200 0 61 23 46 503 40 57
Binary 10011110 1010001 10000000 0 110001 10011 100110 101000011 100000 101111

Color Harmonies of #9E5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5180

Black with #9E5180

Text Example


Text Example

White with #9E5180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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