Html Css Color HEX #9E6184 Strikemaster

📋 copy color: '#9E6184'

red 158 ◦ green 97 ◦ blue 132

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

Shades of Strikemaster #9E6184

Tints of Strikemaster #9E6184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.06%

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

R = 40.83%
G = 25.06%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9E6184 (or 0x9E6184) is known color: Strikemaster. HEX triplet: 9E, 61 and 84. RGB value is (158,97,132). Sum of RGB (Red+Green+Blue) = 158+97+132=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6184 is #619E7B. Grayscale: #777777. Windows color (decimal): -6397564 or 8675742. OLE color: 8675742.

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

Color convert

RGB 158 97 132 -
CMYK 0 0.39 0.16 0.38
HSL 325.57º 0.24% 0.5% -
HSV(B) 325.57º 0.39% 0.62% -
XYZ 22.54 17.48 24.02 -
YUV 119.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 158 97 132 0 0.39 0.16 0.38 325.57 0.24 0.5
Hex 9E 61 84 0 27 10 26 146 18 32
Octal 236 141 204 0 47 20 46 506 30 62
Binary 10011110 1100001 10000100 0 100111 10000 100110 101000110 11000 110010

Color Harmonies of #9E6184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6184

Black with #9E6184

Text Example


Text Example

White with #9E6184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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