Html Css Color HEX #9E537B Strikemaster

📋 copy color: '#9E537B'

red 158 ◦ green 83 ◦ blue 123

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

Shades of Strikemaster #9E537B

Tints of Strikemaster #9E537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 43.41%
G = 22.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E537B (or 0x9E537B) is known color: Strikemaster. HEX triplet: 9E, 53 and 7B. RGB value is (158,83,123). Sum of RGB (Red+Green+Blue) = 158+83+123=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E537B is #61AC84. Grayscale: #6D6D6D. Windows color (decimal): -6401157 or 8082334. OLE color: 8082334.

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

Color convert

RGB 158 83 123 -
CMYK 0 0.47 0.22 0.38
HSL 328º 0.31% 0.47% -
HSV(B) 328º 0.47% 0.62% -
XYZ 20.77 14.89 20.52 -
YUV 109.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 158 83 123 0 0.47 0.22 0.38 328 0.31 0.47
Hex 9E 53 7B 0 2F 16 26 148 1F 2F
Octal 236 123 173 0 57 26 46 510 37 57
Binary 10011110 1010011 1111011 0 101111 10110 100110 101001000 11111 101111

Color Harmonies of #9E537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E537B

Black with #9E537B

Text Example


Text Example

White with #9E537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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