Html Css Color HEX #9E68EF Medium Purple

📋 copy color: '#9E68EF'

red 158 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #9E68EF

Tints of Medium Purple #9E68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 31.54%
G = 20.76%
B = 47.7%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9E68EF (or 0x9E68EF) is known color: Medium Purple. HEX triplet: 9E, 68 and EF. RGB value is (158,104,239). Sum of RGB (Red+Green+Blue) = 158+104+239=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E68EF is #619710. Grayscale: #878787. Windows color (decimal): -6395665 or 15689886. OLE color: 15689886.

HSL color Cylindrical-coordinate representation of color #9E68EF: hue angle of 264º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E68EF is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 104 239 -
CMYK 0.34 0.56 0 0.06
HSL 264º 0.81% 0.67% -
HSV(B) 264º 0.56% 0.94% -
XYZ 34.63 23.4 84.35 -
YUV 135.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 158 104 239 0.34 0.56 0 0.06 264 0.81 0.67
Hex 9E 68 EF 22 38 0 6 108 51 43
Octal 236 150 357 42 70 0 6 410 121 103
Binary 10011110 1101000 11101111 100010 111000 0 110 100001000 1010001 1000011

Color Harmonies of #9E68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E68EF

Black with #9E68EF

Text Example


Text Example

White with #9E68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,104,239); }

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

background-color css

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

 a { background-color: rgb(158,104,239); }

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

border-color css

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

 span { border-color: rgb(158,104,239); }

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