Html Css Color HEX #9E5485 Strikemaster

📋 copy color: '#9E5485'

red 158 ◦ green 84 ◦ blue 133

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

Shades of Strikemaster #9E5485

Tints of Strikemaster #9E5485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 42.13%
G = 22.4%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9E5485 (or 0x9E5485) is known color: Strikemaster. HEX triplet: 9E, 54 and 85. RGB value is (158,84,133). Sum of RGB (Red+Green+Blue) = 158+84+133=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5485 is #61AB7A. Grayscale: #6F6F6F. Windows color (decimal): -6400891 or 8737950. OLE color: 8737950.

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

Color convert

RGB 158 84 133 -
CMYK 0 0.47 0.16 0.38
HSL 320.27º 0.31% 0.47% -
HSV(B) 320.27º 0.47% 0.62% -
XYZ 21.5 15.3 24.01 -
YUV 111.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 158 84 133 0 0.47 0.16 0.38 320.27 0.31 0.47
Hex 9E 54 85 0 2F 10 26 140 1F 2F
Octal 236 124 205 0 57 20 46 500 37 57
Binary 10011110 1010100 10000101 0 101111 10000 100110 101000000 11111 101111

Color Harmonies of #9E5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5485

Black with #9E5485

Text Example


Text Example

White with #9E5485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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