Html Css Color HEX #9E84ED Medium Purple

📋 copy color: '#9E84ED'

red 158 ◦ green 132 ◦ blue 237

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

Shades of Medium Purple #9E84ED

Tints of Medium Purple #9E84ED

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.05%

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 29.98%
G = 25.05%
B = 44.97%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E84ED (or 0x9E84ED) is known color: Medium Purple. HEX triplet: 9E, 84 and ED. RGB value is (158,132,237). Sum of RGB (Red+Green+Blue) = 158+132+237=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E84ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E84ED is #617B12. Grayscale: #979797. Windows color (decimal): -6388499 or 15565982. OLE color: 15565982.

HSL color Cylindrical-coordinate representation of color #9E84ED: hue angle of 254.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E84ED is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 132 237 -
CMYK 0.33 0.44 0 0.07
HSL 254.86º 0.74% 0.72% -
HSV(B) 254.86º 0.44% 0.93% -
XYZ 37.64 29.89 83.91 -
YUV 151.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 158 132 237 0.33 0.44 0 0.07 254.86 0.74 0.72
Hex 9E 84 ED 21 2C 0 7 FF 4A 48
Octal 236 204 355 41 54 0 7 377 112 110
Binary 10011110 10000100 11101101 100001 101100 0 111 11111111 1001010 1001000

Color Harmonies of #9E84ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E84ED

Black with #9E84ED

Text Example


Text Example

White with #9E84ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,132,237); }

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

background-color css

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

 a { background-color: rgb(158,132,237); }

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

border-color css

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

 span { border-color: rgb(158,132,237); }

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