Html Css Color HEX #9E8AF2 Medium Purple

📋 copy color: '#9E8AF2'

red 158 ◦ green 138 ◦ blue 242

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

Shades of Medium Purple #9E8AF2

Tints of Medium Purple #9E8AF2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.65%

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

R = 29.37%
G = 25.65%
B = 44.98%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E8AF2 (or 0x9E8AF2) is known color: Medium Purple. HEX triplet: 9E, 8A and F2. RGB value is (158,138,242). Sum of RGB (Red+Green+Blue) = 158+138+242=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E8AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AF2 is #61750D. Grayscale: #9B9B9B. Windows color (decimal): -6386958 or 15895198. OLE color: 15895198.

HSL color Cylindrical-coordinate representation of color #9E8AF2: hue angle of 251.54º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E8AF2 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 138 242 -
CMYK 0.35 0.43 0 0.05
HSL 251.54º 0.8% 0.75% -
HSV(B) 251.54º 0.43% 0.95% -
XYZ 39.22 31.86 88.09 -
YUV 155.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 158 138 242 0.35 0.43 0 0.05 251.54 0.8 0.75
Hex 9E 8A F2 23 2B 0 5 FC 50 4B
Octal 236 212 362 43 53 0 5 374 120 113
Binary 10011110 10001010 11110010 100011 101011 0 101 11111100 1010000 1001011

Color Harmonies of #9E8AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AF2

Black with #9E8AF2

Text Example


Text Example

White with #9E8AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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