Html Css Color HEX #9E76D7 Medium Purple

📋 copy color: '#9E76D7'

red 158 ◦ green 118 ◦ blue 215

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

Shades of Medium Purple #9E76D7

Tints of Medium Purple #9E76D7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

 BLUE value IS 215 (84.38% from 255) = 43.79%

R = 32.18%
G = 24.03%
B = 43.79%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E76D7 (or 0x9E76D7) is known color: Medium Purple. HEX triplet: 9E, 76 and D7. RGB value is (158,118,215). Sum of RGB (Red+Green+Blue) = 158+118+215=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E76D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E76D7 is #618928. Grayscale: #8C8C8C. Windows color (decimal): -6392105 or 14120606. OLE color: 14120606.

HSL color Cylindrical-coordinate representation of color #9E76D7: hue angle of 264.74º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E76D7 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 118 215 -
CMYK 0.27 0.45 0 0.16
HSL 264.74º 0.55% 0.65% -
HSV(B) 264.74º 0.45% 0.84% -
XYZ 32.84 25.13 67.41 -
YUV 141.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 158 118 215 0.27 0.45 0 0.16 264.74 0.55 0.65
Hex 9E 76 D7 1B 2D 0 10 109 37 41
Octal 236 166 327 33 55 0 20 411 67 101
Binary 10011110 1110110 11010111 11011 101101 0 10000 100001001 110111 1000001

Color Harmonies of #9E76D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E76D7

Black with #9E76D7

Text Example


Text Example

White with #9E76D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,118,215); }

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

background-color css

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

 a { background-color: rgb(158,118,215); }

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

border-color css

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

 span { border-color: rgb(158,118,215); }

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