Html Css Color HEX #9E79DE Medium Purple

📋 copy color: '#9E79DE'

red 158 ◦ green 121 ◦ blue 222

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

Shades of Medium Purple #9E79DE

Tints of Medium Purple #9E79DE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.15%

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

R = 31.54%
G = 24.15%
B = 44.31%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E79DE (or 0x9E79DE) is known color: Medium Purple. HEX triplet: 9E, 79 and DE. RGB value is (158,121,222). Sum of RGB (Red+Green+Blue) = 158+121+222=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E79DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E79DE is #618621. Grayscale: #8F8F8F. Windows color (decimal): -6391330 or 14580126. OLE color: 14580126.

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

Color convert

RGB 158 121 222 -
CMYK 0.29 0.45 0 0.13
HSL 261.98º 0.6% 0.67% -
HSV(B) 261.98º 0.45% 0.87% -
XYZ 34.12 26.22 72.37 -
YUV 143.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 158 121 222 0.29 0.45 0 0.13 261.98 0.6 0.67
Hex 9E 79 DE 1D 2D 0 D 106 3C 43
Octal 236 171 336 35 55 0 15 406 74 103
Binary 10011110 1111001 11011110 11101 101101 0 1101 100000110 111100 1000011

Color Harmonies of #9E79DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E79DE

Black with #9E79DE

Text Example


Text Example

White with #9E79DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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