Html Css Color HEX #9E4984 Strikemaster

📋 copy color: '#9E4984'

red 158 ◦ green 73 ◦ blue 132

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

Shades of Strikemaster #9E4984

Tints of Strikemaster #9E4984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 43.53%
G = 20.11%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9E4984 (or 0x9E4984) is known color: Strikemaster. HEX triplet: 9E, 49 and 84. RGB value is (158,73,132). Sum of RGB (Red+Green+Blue) = 158+73+132=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4984 is #61B67B. Grayscale: #686868. Windows color (decimal): -6403708 or 8669598. OLE color: 8669598.

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

Color convert

RGB 158 73 132 -
CMYK 0 0.54 0.16 0.38
HSL 318.35º 0.37% 0.45% -
HSV(B) 318.35º 0.54% 0.62% -
XYZ 20.65 13.7 23.39 -
YUV 105.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 158 73 132 0 0.54 0.16 0.38 318.35 0.37 0.45
Hex 9E 49 84 0 36 10 26 13E 25 2D
Octal 236 111 204 0 66 20 46 476 45 55
Binary 10011110 1001001 10000100 0 110110 10000 100110 100111110 100101 101101

Color Harmonies of #9E4984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4984

Black with #9E4984

Text Example


Text Example

White with #9E4984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,73,132); }

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

background-color css

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

 a { background-color: rgb(158,73,132); }

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

border-color css

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

 span { border-color: rgb(158,73,132); }

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