Html Css Color HEX #9E7DDF Medium Purple

📋 copy color: '#9E7DDF'

red 158 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #9E7DDF

Tints of Medium Purple #9E7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.7%

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

R = 31.23%
G = 24.7%
B = 44.07%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E7DDF (or 0x9E7DDF) is known color: Medium Purple. HEX triplet: 9E, 7D and DF. RGB value is (158,125,223). Sum of RGB (Red+Green+Blue) = 158+125+223=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DDF is #618220. Grayscale: #919191. Windows color (decimal): -6390305 or 14646686. OLE color: 14646686.

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

Color convert

RGB 158 125 223 -
CMYK 0.29 0.44 0 0.13
HSL 260.2º 0.6% 0.68% -
HSV(B) 260.2º 0.44% 0.87% -
XYZ 34.75 27.26 73.24 -
YUV 146.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 158 125 223 0.29 0.44 0 0.13 260.2 0.6 0.68
Hex 9E 7D DF 1D 2C 0 D 104 3C 44
Octal 236 175 337 35 54 0 15 404 74 104
Binary 10011110 1111101 11011111 11101 101100 0 1101 100000100 111100 1000100

Color Harmonies of #9E7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7DDF

Black with #9E7DDF

Text Example


Text Example

White with #9E7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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