Html Css Color HEX #9E4D85 Strikemaster

📋 copy color: '#9E4D85'

red 158 ◦ green 77 ◦ blue 133

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

Shades of Strikemaster #9E4D85

Tints of Strikemaster #9E4D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 42.93%
G = 20.92%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9E4D85 (or 0x9E4D85) is known color: Strikemaster. HEX triplet: 9E, 4D and 85. RGB value is (158,77,133). Sum of RGB (Red+Green+Blue) = 158+77+133=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D85 is #61B27A. Grayscale: #6B6B6B. Windows color (decimal): -6402683 or 8736158. OLE color: 8736158.

HSL color Cylindrical-coordinate representation of color #9E4D85: hue angle of 318.52º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D85 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 77 133 -
CMYK 0 0.51 0.16 0.38
HSL 318.52º 0.34% 0.46% -
HSV(B) 318.52º 0.51% 0.62% -
XYZ 20.99 14.27 23.84 -
YUV 107.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 158 77 133 0 0.51 0.16 0.38 318.52 0.34 0.46
Hex 9E 4D 85 0 33 10 26 13F 22 2E
Octal 236 115 205 0 63 20 46 477 42 56
Binary 10011110 1001101 10000101 0 110011 10000 100110 100111111 100010 101110

Color Harmonies of #9E4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4D85

Black with #9E4D85

Text Example


Text Example

White with #9E4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,77,133); }

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

background-color css

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

 a { background-color: rgb(158,77,133); }

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

border-color css

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

 span { border-color: rgb(158,77,133); }

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