Html Css Color HEX #9E61EE Medium Purple

📋 copy color: '#9E61EE'

red 158 ◦ green 97 ◦ blue 238

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

Shades of Medium Purple #9E61EE

Tints of Medium Purple #9E61EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.68%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 32.05%
G = 19.68%
B = 48.28%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E61EE (or 0x9E61EE) is known color: Medium Purple. HEX triplet: 9E, 61 and EE. RGB value is (158,97,238). Sum of RGB (Red+Green+Blue) = 158+97+238=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E61EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E61EE is #619E11. Grayscale: #828282. Windows color (decimal): -6397458 or 15622558. OLE color: 15622558.

HSL color Cylindrical-coordinate representation of color #9E61EE: hue angle of 265.96º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E61EE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 97 238 -
CMYK 0.34 0.59 0 0.07
HSL 265.96º 0.81% 0.66% -
HSV(B) 265.96º 0.59% 0.93% -
XYZ 33.81 21.99 83.35 -
YUV 131.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 158 97 238 0.34 0.59 0 0.07 265.96 0.81 0.66
Hex 9E 61 EE 22 3B 0 7 10A 51 42
Octal 236 141 356 42 73 0 7 412 121 102
Binary 10011110 1100001 11101110 100010 111011 0 111 100001010 1010001 1000010

Color Harmonies of #9E61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E61EE

Black with #9E61EE

Text Example


Text Example

White with #9E61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,97,238); }

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

background-color css

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

 a { background-color: rgb(158,97,238); }

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

border-color css

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

 span { border-color: rgb(158,97,238); }

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