Html Css Color HEX #9E527C Strikemaster

📋 copy color: '#9E527C'

red 158 ◦ green 82 ◦ blue 124

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

Shades of Strikemaster #9E527C

Tints of Strikemaster #9E527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 43.41%
G = 22.53%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E527C (or 0x9E527C) is known color: Strikemaster. HEX triplet: 9E, 52 and 7C. RGB value is (158,82,124). Sum of RGB (Red+Green+Blue) = 158+82+124=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E527C is #61AD83. Grayscale: #6D6D6D. Windows color (decimal): -6401412 or 8147614. OLE color: 8147614.

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

Color convert

RGB 158 82 124 -
CMYK 0 0.48 0.22 0.38
HSL 326.84º 0.32% 0.47% -
HSV(B) 326.84º 0.48% 0.62% -
XYZ 20.76 14.76 20.82 -
YUV 109.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 158 82 124 0 0.48 0.22 0.38 326.84 0.32 0.47
Hex 9E 52 7C 0 30 16 26 147 20 2F
Octal 236 122 174 0 60 26 46 507 40 57
Binary 10011110 1010010 1111100 0 110000 10110 100110 101000111 100000 101111

Color Harmonies of #9E527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E527C

Black with #9E527C

Text Example


Text Example

White with #9E527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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