Html Css Color HEX #9E517F Strikemaster

📋 copy color: '#9E517F'

red 158 ◦ green 81 ◦ blue 127

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

Shades of Strikemaster #9E517F

Tints of Strikemaster #9E517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 43.17%
G = 22.13%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E517F (or 0x9E517F) is known color: Strikemaster. HEX triplet: 9E, 51 and 7F. RGB value is (158,81,127). Sum of RGB (Red+Green+Blue) = 158+81+127=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E517F is #61AE80. Grayscale: #6D6D6D. Windows color (decimal): -6401665 or 8343966. OLE color: 8343966.

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

Color convert

RGB 158 81 127 -
CMYK 0 0.49 0.20 0.38
HSL 324.16º 0.32% 0.47% -
HSV(B) 324.16º 0.49% 0.62% -
XYZ 20.87 14.69 21.81 -
YUV 109.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 158 81 127 0 0.49 0.20 0.38 324.16 0.32 0.47
Hex 9E 51 7F 0 31 14 26 144 20 2F
Octal 236 121 177 0 61 24 46 504 40 57
Binary 10011110 1010001 1111111 0 110001 10100 100110 101000100 100000 101111

Color Harmonies of #9E517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E517F

Black with #9E517F

Text Example


Text Example

White with #9E517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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