Html Css Color HEX #9E73DF Medium Purple

📋 copy color: '#9E73DF'

red 158 ◦ green 115 ◦ blue 223

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

Shades of Medium Purple #9E73DF

Tints of Medium Purple #9E73DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.19%

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 31.85%
G = 23.19%
B = 44.96%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E73DF (or 0x9E73DF) is known color: Medium Purple. HEX triplet: 9E, 73 and DF. RGB value is (158,115,223). Sum of RGB (Red+Green+Blue) = 158+115+223=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73DF is #618C20. Grayscale: #8B8B8B. Windows color (decimal): -6392865 or 14644126. OLE color: 14644126.

HSL color Cylindrical-coordinate representation of color #9E73DF: hue angle of 263.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E73DF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 115 223 -
CMYK 0.29 0.48 0 0.13
HSL 263.89º 0.63% 0.66% -
HSV(B) 263.89º 0.48% 0.87% -
XYZ 33.55 24.86 72.84 -
YUV 140.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 158 115 223 0.29 0.48 0 0.13 263.89 0.63 0.66
Hex 9E 73 DF 1D 30 0 D 108 3F 42
Octal 236 163 337 35 60 0 15 410 77 102
Binary 10011110 1110011 11011111 11101 110000 0 1101 100001000 111111 1000010

Color Harmonies of #9E73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E73DF

Black with #9E73DF

Text Example


Text Example

White with #9E73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,115,223); }

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

background-color css

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

 a { background-color: rgb(158,115,223); }

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

border-color css

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

 span { border-color: rgb(158,115,223); }

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