Html Css Color HEX #9E78DE Medium Purple

📋 copy color: '#9E78DE'

red 158 ◦ green 120 ◦ blue 222

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

Shades of Medium Purple #9E78DE

Tints of Medium Purple #9E78DE

RGB

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

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

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

R = 31.6%
G = 24%
B = 44.4%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E78DE (or 0x9E78DE) is known color: Medium Purple. HEX triplet: 9E, 78 and DE. RGB value is (158,120,222). Sum of RGB (Red+Green+Blue) = 158+120+222=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E78DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E78DE is #618721. Grayscale: #8E8E8E. Windows color (decimal): -6391586 or 14579870. OLE color: 14579870.

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

Color convert

RGB 158 120 222 -
CMYK 0.29 0.46 0 0.13
HSL 262.35º 0.61% 0.67% -
HSV(B) 262.35º 0.46% 0.87% -
XYZ 34 25.98 72.33 -
YUV 142.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 158 120 222 0.29 0.46 0 0.13 262.35 0.61 0.67
Hex 9E 78 DE 1D 2E 0 D 106 3D 43
Octal 236 170 336 35 56 0 15 406 75 103
Binary 10011110 1111000 11011110 11101 101110 0 1101 100000110 111101 1000011

Color Harmonies of #9E78DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E78DE

Black with #9E78DE

Text Example


Text Example

White with #9E78DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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