Html Css Color HEX #9E5184 Strikemaster

📋 copy color: '#9E5184'

red 158 ◦ green 81 ◦ blue 132

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

Shades of Strikemaster #9E5184

Tints of Strikemaster #9E5184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

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

R = 42.59%
G = 21.83%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9E5184 (or 0x9E5184) is known color: Strikemaster. HEX triplet: 9E, 51 and 84. RGB value is (158,81,132). Sum of RGB (Red+Green+Blue) = 158+81+132=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5184 is #61AE7B. Grayscale: #6D6D6D. Windows color (decimal): -6401660 or 8671646. OLE color: 8671646.

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

Color convert

RGB 158 81 132 -
CMYK 0 0.49 0.16 0.38
HSL 320.26º 0.32% 0.47% -
HSV(B) 320.26º 0.49% 0.62% -
XYZ 21.21 14.82 23.57 -
YUV 109.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 158 81 132 0 0.49 0.16 0.38 320.26 0.32 0.47
Hex 9E 51 84 0 31 10 26 140 20 2F
Octal 236 121 204 0 61 20 46 500 40 57
Binary 10011110 1010001 10000100 0 110001 10000 100110 101000000 100000 101111

Color Harmonies of #9E5184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5184

Black with #9E5184

Text Example


Text Example

White with #9E5184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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