Html Css Color HEX #9E7CE0 Medium Purple

📋 copy color: '#9E7CE0'

red 158 ◦ green 124 ◦ blue 224

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

Shades of Medium Purple #9E7CE0

Tints of Medium Purple #9E7CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 31.23%
G = 24.51%
B = 44.27%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9E7CE0 (or 0x9E7CE0) is known color: Medium Purple. HEX triplet: 9E, 7C and E0. RGB value is (158,124,224). Sum of RGB (Red+Green+Blue) = 158+124+224=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E7CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CE0 is #61831F. Grayscale: #919191. Windows color (decimal): -6390560 or 14711966. OLE color: 14711966.

HSL color Cylindrical-coordinate representation of color #9E7CE0: hue angle of 260.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E7CE0 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 124 224 -
CMYK 0.29 0.45 0 0.12
HSL 260.4º 0.62% 0.68% -
HSV(B) 260.4º 0.45% 0.88% -
XYZ 34.76 27.07 73.91 -
YUV 145.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 158 124 224 0.29 0.45 0 0.12 260.4 0.62 0.68
Hex 9E 7C E0 1D 2D 0 C 104 3E 44
Octal 236 174 340 35 55 0 14 404 76 104
Binary 10011110 1111100 11100000 11101 101101 0 1100 100000100 111110 1000100

Color Harmonies of #9E7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7CE0

Black with #9E7CE0

Text Example


Text Example

White with #9E7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,124,224); }

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

background-color css

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

 a { background-color: rgb(158,124,224); }

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

border-color css

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

 span { border-color: rgb(158,124,224); }

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