Html Css Color HEX #9E72DF Medium Purple

📋 copy color: '#9E72DF'

red 158 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #9E72DF

Tints of Medium Purple #9E72DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.03%

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

R = 31.92%
G = 23.03%
B = 45.05%

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

#9E72DF (or 0x9E72DF) is known color: Medium Purple. HEX triplet: 9E, 72 and DF. RGB value is (158,114,223). Sum of RGB (Red+Green+Blue) = 158+114+223=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E72DF is #618D20. Grayscale: #8B8B8B. Windows color (decimal): -6393121 or 14643870. OLE color: 14643870.

HSL color Cylindrical-coordinate representation of color #9E72DF: hue angle of 264.22º 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 #9E72DF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 114 223 -
CMYK 0.29 0.49 0 0.13
HSL 264.22º 0.63% 0.66% -
HSV(B) 264.22º 0.49% 0.87% -
XYZ 33.44 24.63 72.8 -
YUV 139.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 158 114 223 0.29 0.49 0 0.13 264.22 0.63 0.66
Hex 9E 72 DF 1D 31 0 D 108 3F 42
Octal 236 162 337 35 61 0 15 410 77 102
Binary 10011110 1110010 11011111 11101 110001 0 1101 100001000 111111 1000010

Color Harmonies of #9E72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E72DF

Black with #9E72DF

Text Example


Text Example

White with #9E72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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