Html Css Color HEX #9E82EA Medium Purple

📋 copy color: '#9E82EA'

red 158 ◦ green 130 ◦ blue 234

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

Shades of Medium Purple #9E82EA

Tints of Medium Purple #9E82EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.9%

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 30.27%
G = 24.9%
B = 44.83%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E82EA (or 0x9E82EA) is known color: Medium Purple. HEX triplet: 9E, 82 and EA. RGB value is (158,130,234). Sum of RGB (Red+Green+Blue) = 158+130+234=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E82EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E82EA is #617D15. Grayscale: #959595. Windows color (decimal): -6389014 or 15368862. OLE color: 15368862.

HSL color Cylindrical-coordinate representation of color #9E82EA: hue angle of 256.15º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E82EA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 130 234 -
CMYK 0.32 0.44 0 0.08
HSL 256.15º 0.71% 0.71% -
HSV(B) 256.15º 0.44% 0.92% -
XYZ 36.93 29.17 81.53 -
YUV 150.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 158 130 234 0.32 0.44 0 0.08 256.15 0.71 0.71
Hex 9E 82 EA 20 2C 0 8 100 47 47
Octal 236 202 352 40 54 0 10 400 107 107
Binary 10011110 10000010 11101010 100000 101100 0 1000 100000000 1000111 1000111

Color Harmonies of #9E82EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E82EA

Black with #9E82EA

Text Example


Text Example

White with #9E82EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,130,234); }

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

background-color css

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

 a { background-color: rgb(158,130,234); }

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

border-color css

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

 span { border-color: rgb(158,130,234); }

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