Html Css Color HEX #9E78EC Medium Purple

📋 copy color: '#9E78EC'

red 158 ◦ green 120 ◦ blue 236

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

Shades of Medium Purple #9E78EC

Tints of Medium Purple #9E78EC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.35%

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 30.74%
G = 23.35%
B = 45.91%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E78EC (or 0x9E78EC) is known color: Medium Purple. HEX triplet: 9E, 78 and EC. RGB value is (158,120,236). Sum of RGB (Red+Green+Blue) = 158+120+236=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E78EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E78EC is #618713. Grayscale: #909090. Windows color (decimal): -6391572 or 15497374. OLE color: 15497374.

HSL color Cylindrical-coordinate representation of color #9E78EC: hue angle of 259.66º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E78EC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 120 236 -
CMYK 0.33 0.49 0 0.07
HSL 259.66º 0.75% 0.7% -
HSV(B) 259.66º 0.49% 0.93% -
XYZ 35.96 26.76 82.63 -
YUV 144.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 158 120 236 0.33 0.49 0 0.07 259.66 0.75 0.7
Hex 9E 78 EC 21 31 0 7 104 4B 46
Octal 236 170 354 41 61 0 7 404 113 106
Binary 10011110 1111000 11101100 100001 110001 0 111 100000100 1001011 1000110

Color Harmonies of #9E78EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E78EC

Black with #9E78EC

Text Example


Text Example

White with #9E78EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,120,236); }

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

background-color css

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

 a { background-color: rgb(158,120,236); }

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

border-color css

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

 span { border-color: rgb(158,120,236); }

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