Html Css Color HEX #9E7AF2 Medium Purple

📋 copy color: '#9E7AF2'

red 158 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #9E7AF2

Tints of Medium Purple #9E7AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.36%

R = 30.27%
G = 23.37%
B = 46.36%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E7AF2 (or 0x9E7AF2) is known color: Medium Purple. HEX triplet: 9E, 7A and F2. RGB value is (158,122,242). Sum of RGB (Red+Green+Blue) = 158+122+242=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E7AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7AF2 is #61850D. Grayscale: #929292. Windows color (decimal): -6391054 or 15891102. OLE color: 15891102.

HSL color Cylindrical-coordinate representation of color #9E7AF2: hue angle of 258º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7AF2 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 122 242 -
CMYK 0.35 0.50 0 0.05
HSL 258º 0.82% 0.71% -
HSV(B) 258º 0.5% 0.95% -
XYZ 37.09 27.6 87.38 -
YUV 146.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 158 122 242 0.35 0.50 0 0.05 258 0.82 0.71
Hex 9E 7A F2 23 32 0 5 102 52 47
Octal 236 172 362 43 62 0 5 402 122 107
Binary 10011110 1111010 11110010 100011 110010 0 101 100000010 1010010 1000111

Color Harmonies of #9E7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7AF2

Black with #9E7AF2

Text Example


Text Example

White with #9E7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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