Html Css Color HEX #9E7FDA Medium Purple

📋 copy color: '#9E7FDA'

red 158 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #9E7FDA

Tints of Medium Purple #9E7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.25%

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 31.41%
G = 25.25%
B = 43.34%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E7FDA (or 0x9E7FDA) is known color: Medium Purple. HEX triplet: 9E, 7F and DA. RGB value is (158,127,218). Sum of RGB (Red+Green+Blue) = 158+127+218=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FDA is #618025. Grayscale: #929292. Windows color (decimal): -6389798 or 14319518. OLE color: 14319518.

HSL color Cylindrical-coordinate representation of color #9E7FDA: hue angle of 260.44º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E7FDA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 127 218 -
CMYK 0.28 0.42 0 0.15
HSL 260.44º 0.55% 0.68% -
HSV(B) 260.44º 0.42% 0.85% -
XYZ 34.34 27.51 69.83 -
YUV 146.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 158 127 218 0.28 0.42 0 0.15 260.44 0.55 0.68
Hex 9E 7F DA 1C 2A 0 F 104 37 44
Octal 236 177 332 34 52 0 17 404 67 104
Binary 10011110 1111111 11011010 11100 101010 0 1111 100000100 110111 1000100

Color Harmonies of #9E7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FDA

Black with #9E7FDA

Text Example


Text Example

White with #9E7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,127,218); }

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

background-color css

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

 a { background-color: rgb(158,127,218); }

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

border-color css

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

 span { border-color: rgb(158,127,218); }

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