Html Css Color HEX #9E7FDD Medium Purple

📋 copy color: '#9E7FDD'

red 158 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #9E7FDD

Tints of Medium Purple #9E7FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 31.23%
G = 25.1%
B = 43.68%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E7FDD (or 0x9E7FDD) is known color: Medium Purple. HEX triplet: 9E, 7F and DD. RGB value is (158,127,221). Sum of RGB (Red+Green+Blue) = 158+127+221=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FDD is #618022. Grayscale: #929292. Windows color (decimal): -6389795 or 14516126. OLE color: 14516126.

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

Color convert

RGB 158 127 221 -
CMYK 0.29 0.43 0 0.13
HSL 259.79º 0.58% 0.68% -
HSV(B) 259.79º 0.43% 0.87% -
XYZ 34.74 27.67 71.92 -
YUV 146.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 158 127 221 0.29 0.43 0 0.13 259.79 0.58 0.68
Hex 9E 7F DD 1D 2B 0 D 104 3A 44
Octal 236 177 335 35 53 0 15 404 72 104
Binary 10011110 1111111 11011101 11101 101011 0 1101 100000100 111010 1000100

Color Harmonies of #9E7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FDD

Black with #9E7FDD

Text Example


Text Example

White with #9E7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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