Html Css Color HEX #9E6DDE Medium Purple

📋 copy color: '#9E6DDE'

red 158 ◦ green 109 ◦ blue 222

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

Shades of Medium Purple #9E6DDE

Tints of Medium Purple #9E6DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 32.31%
G = 22.29%
B = 45.4%

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

#9E6DDE (or 0x9E6DDE) is known color: Medium Purple. HEX triplet: 9E, 6D and DE. RGB value is (158,109,222). Sum of RGB (Red+Green+Blue) = 158+109+222=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E6DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DDE is #619221. Grayscale: #888888. Windows color (decimal): -6394402 or 14577054. OLE color: 14577054.

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

Color convert

RGB 158 109 222 -
CMYK 0.29 0.51 0 0.13
HSL 266.02º 0.63% 0.65% -
HSV(B) 266.02º 0.51% 0.87% -
XYZ 32.75 23.48 71.91 -
YUV 136.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 158 109 222 0.29 0.51 0 0.13 266.02 0.63 0.65
Hex 9E 6D DE 1D 33 0 D 10A 3F 41
Octal 236 155 336 35 63 0 15 412 77 101
Binary 10011110 1101101 11011110 11101 110011 0 1101 100001010 111111 1000001

Color Harmonies of #9E6DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DDE

Black with #9E6DDE

Text Example


Text Example

White with #9E6DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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