Html Css Color HEX #9E517B Strikemaster

📋 copy color: '#9E517B'

red 158 ◦ green 81 ◦ blue 123

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

Shades of Strikemaster #9E517B

Tints of Strikemaster #9E517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 43.65%
G = 22.38%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E517B (or 0x9E517B) is known color: Strikemaster. HEX triplet: 9E, 51 and 7B. RGB value is (158,81,123). Sum of RGB (Red+Green+Blue) = 158+81+123=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E517B is #61AE84. Grayscale: #6C6C6C. Windows color (decimal): -6401669 or 8081822. OLE color: 8081822.

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

Color convert

RGB 158 81 123 -
CMYK 0 0.49 0.22 0.38
HSL 327.27º 0.32% 0.47% -
HSV(B) 327.27º 0.49% 0.62% -
XYZ 20.62 14.58 20.47 -
YUV 108.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 158 81 123 0 0.49 0.22 0.38 327.27 0.32 0.47
Hex 9E 51 7B 0 31 16 26 147 20 2F
Octal 236 121 173 0 61 26 46 507 40 57
Binary 10011110 1010001 1111011 0 110001 10110 100110 101000111 100000 101111

Color Harmonies of #9E517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E517B

Black with #9E517B

Text Example


Text Example

White with #9E517B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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