Html Css Color HEX #9E7AE5 Medium Purple

📋 copy color: '#9E7AE5'

red 158 ◦ green 122 ◦ blue 229

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

Shades of Medium Purple #9E7AE5

Tints of Medium Purple #9E7AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.97%

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 31.04%
G = 23.97%
B = 44.99%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9E7AE5 (or 0x9E7AE5) is known color: Medium Purple. HEX triplet: 9E, 7A and E5. RGB value is (158,122,229). Sum of RGB (Red+Green+Blue) = 158+122+229=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #9E7AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7AE5 is #61851A. Grayscale: #909090. Windows color (decimal): -6391067 or 15039134. OLE color: 15039134.

HSL color Cylindrical-coordinate representation of color #9E7AE5: hue angle of 260.19º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E7AE5 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 122 229 -
CMYK 0.31 0.47 0 0.10
HSL 260.19º 0.67% 0.69% -
HSV(B) 260.19º 0.47% 0.9% -
XYZ 35.2 26.85 77.46 -
YUV 144.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 158 122 229 0.31 0.47 0 0.10 260.19 0.67 0.69
Hex 9E 7A E5 1F 2F 0 A 104 43 45
Octal 236 172 345 37 57 0 12 404 103 105
Binary 10011110 1111010 11100101 11111 101111 0 1010 100000100 1000011 1000101

Color Harmonies of #9E7AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7AE5

Black with #9E7AE5

Text Example


Text Example

White with #9E7AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,122,229); }

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

background-color css

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

 a { background-color: rgb(158,122,229); }

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

border-color css

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

 span { border-color: rgb(158,122,229); }

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