Html Css Color HEX #9E5083 Strikemaster

📋 copy color: '#9E5083'

red 158 ◦ green 80 ◦ blue 131

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

Shades of Strikemaster #9E5083

Tints of Strikemaster #9E5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 42.82%
G = 21.68%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9E5083 (or 0x9E5083) is known color: Strikemaster. HEX triplet: 9E, 50 and 83. RGB value is (158,80,131). Sum of RGB (Red+Green+Blue) = 158+80+131=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5083 is #61AF7C. Grayscale: #6D6D6D. Windows color (decimal): -6401917 or 8605854. OLE color: 8605854.

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

Color convert

RGB 158 80 131 -
CMYK 0 0.49 0.17 0.38
HSL 320.77º 0.33% 0.47% -
HSV(B) 320.77º 0.49% 0.62% -
XYZ 21.07 14.65 23.19 -
YUV 109.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 158 80 131 0 0.49 0.17 0.38 320.77 0.33 0.47
Hex 9E 50 83 0 31 11 26 141 21 2F
Octal 236 120 203 0 61 21 46 501 41 57
Binary 10011110 1010000 10000011 0 110001 10001 100110 101000001 100001 101111

Color Harmonies of #9E5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5083

Black with #9E5083

Text Example


Text Example

White with #9E5083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,80,131); }

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

background-color css

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

 a { background-color: rgb(158,80,131); }

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

border-color css

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

 span { border-color: rgb(158,80,131); }

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