Html Css Color HEX #9E4B82 Strikemaster

📋 copy color: '#9E4B82'

red 158 ◦ green 75 ◦ blue 130

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

Shades of Strikemaster #9E4B82

Tints of Strikemaster #9E4B82

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 43.53%
G = 20.66%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E4B82 (or 0x9E4B82) is known color: Strikemaster. HEX triplet: 9E, 4B and 82. RGB value is (158,75,130). Sum of RGB (Red+Green+Blue) = 158+75+130=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4B82 is #61B47D. Grayscale: #696969. Windows color (decimal): -6403198 or 8539038. OLE color: 8539038.

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

Color convert

RGB 158 75 130 -
CMYK 0 0.53 0.18 0.38
HSL 320.24º 0.36% 0.46% -
HSV(B) 320.24º 0.53% 0.62% -
XYZ 20.65 13.91 22.72 -
YUV 106.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 158 75 130 0 0.53 0.18 0.38 320.24 0.36 0.46
Hex 9E 4B 82 0 35 12 26 140 24 2E
Octal 236 113 202 0 65 22 46 500 44 56
Binary 10011110 1001011 10000010 0 110101 10010 100110 101000000 100100 101110

Color Harmonies of #9E4B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4B82

Black with #9E4B82

Text Example


Text Example

White with #9E4B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,75,130); }

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

background-color css

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

 a { background-color: rgb(158,75,130); }

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

border-color css

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

 span { border-color: rgb(158,75,130); }

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