Html Css Color HEX #9E71DF Medium Purple

📋 copy color: '#9E71DF'

red 158 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #9E71DF

Tints of Medium Purple #9E71DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.87%

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

R = 31.98%
G = 22.87%
B = 45.14%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E71DF (or 0x9E71DF) is known color: Medium Purple. HEX triplet: 9E, 71 and DF. RGB value is (158,113,223). Sum of RGB (Red+Green+Blue) = 158+113+223=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71DF is #618E20. Grayscale: #8A8A8A. Windows color (decimal): -6393377 or 14643614. OLE color: 14643614.

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

Color convert

RGB 158 113 223 -
CMYK 0.29 0.49 0 0.13
HSL 264.55º 0.63% 0.66% -
HSV(B) 264.55º 0.49% 0.87% -
XYZ 33.32 24.41 72.77 -
YUV 139 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 158 113 223 0.29 0.49 0 0.13 264.55 0.63 0.66
Hex 9E 71 DF 1D 31 0 D 109 3F 42
Octal 236 161 337 35 61 0 15 411 77 102
Binary 10011110 1110001 11011111 11101 110001 0 1101 100001001 111111 1000010

Color Harmonies of #9E71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E71DF

Black with #9E71DF

Text Example


Text Example

White with #9E71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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