Html Css Color HEX #9E6DDF Medium Purple

📋 copy color: '#9E6DDF'

red 158 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #9E6DDF

Tints of Medium Purple #9E6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.24%

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

R = 32.24%
G = 22.24%
B = 45.51%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E6DDF (or 0x9E6DDF) is known color: Medium Purple. HEX triplet: 9E, 6D and DF. RGB value is (158,109,223). Sum of RGB (Red+Green+Blue) = 158+109+223=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DDF is #619220. Grayscale: #888888. Windows color (decimal): -6394401 or 14642590. OLE color: 14642590.

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

Color convert

RGB 158 109 223 -
CMYK 0.29 0.51 0 0.13
HSL 265.79º 0.64% 0.65% -
HSV(B) 265.79º 0.51% 0.87% -
XYZ 32.89 23.53 72.62 -
YUV 136.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 158 109 223 0.29 0.51 0 0.13 265.79 0.64 0.65
Hex 9E 6D DF 1D 33 0 D 10A 40 41
Octal 236 155 337 35 63 0 15 412 100 101
Binary 10011110 1101101 11011111 11101 110011 0 1101 100001010 1000000 1000001

Color Harmonies of #9E6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DDF

Black with #9E6DDF

Text Example


Text Example

White with #9E6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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