Html Css Color HEX #9E5287 Strikemaster

📋 copy color: '#9E5287'

red 158 ◦ green 82 ◦ blue 135

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

Shades of Strikemaster #9E5287

Tints of Strikemaster #9E5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

 BLUE value IS 135 (53.13% from 255) = 36%

R = 42.13%
G = 21.87%
B = 36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E5287 (or 0x9E5287) is known color: Strikemaster. HEX triplet: 9E, 52 and 87. RGB value is (158,82,135). Sum of RGB (Red+Green+Blue) = 158+82+135=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5287 is #61AD78. Grayscale: #6E6E6E. Windows color (decimal): -6401401 or 8868510. OLE color: 8868510.

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

Color convert

RGB 158 82 135 -
CMYK 0 0.48 0.15 0.38
HSL 318.16º 0.32% 0.47% -
HSV(B) 318.16º 0.48% 0.62% -
XYZ 21.49 15.05 24.69 -
YUV 110.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 158 82 135 0 0.48 0.15 0.38 318.16 0.32 0.47
Hex 9E 52 87 0 30 F 26 13E 20 2F
Octal 236 122 207 0 60 17 46 476 40 57
Binary 10011110 1010010 10000111 0 110000 1111 100110 100111110 100000 101111

Color Harmonies of #9E5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5287

Black with #9E5287

Text Example


Text Example

White with #9E5287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,82,135); }

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

background-color css

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

 a { background-color: rgb(158,82,135); }

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

border-color css

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

 span { border-color: rgb(158,82,135); }

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