Html Css Color HEX #9E5482 Strikemaster

📋 copy color: '#9E5482'

red 158 ◦ green 84 ◦ blue 130

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

Shades of Strikemaster #9E5482

Tints of Strikemaster #9E5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

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

R = 42.47%
G = 22.58%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E5482 (or 0x9E5482) is known color: Strikemaster. HEX triplet: 9E, 54 and 82. RGB value is (158,84,130). Sum of RGB (Red+Green+Blue) = 158+84+130=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5482 is #61AB7D. Grayscale: #6F6F6F. Windows color (decimal): -6400894 or 8541342. OLE color: 8541342.

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

Color convert

RGB 158 84 130 -
CMYK 0 0.47 0.18 0.38
HSL 322.7º 0.31% 0.47% -
HSV(B) 322.7º 0.47% 0.62% -
XYZ 21.3 15.22 22.93 -
YUV 111.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 158 84 130 0 0.47 0.18 0.38 322.7 0.31 0.47
Hex 9E 54 82 0 2F 12 26 143 1F 2F
Octal 236 124 202 0 57 22 46 503 37 57
Binary 10011110 1010100 10000010 0 101111 10010 100110 101000011 11111 101111

Color Harmonies of #9E5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5482

Black with #9E5482

Text Example


Text Example

White with #9E5482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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