#9E68F6

Color #9E68F6 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9E68F6

Tints of Medium Purple #9E68F6

Color information

#9E68F6 (or 0x9E68F6) is unknown color: approx Medium Purple. HEX triplet: 9E, 68 and F6. RGB value is (158,104,246). Sum of RGB (Red+Green+Blue) = 158+104+246=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E68F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E68F6 is #619709. Grayscale: #878787. Windows color (decimal): -6395658 or 16148638. OLE color: 16148638.

HSL color Cylindrical-coordinate representation of color #9E68F6: hue angle of 262.82º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E68F6 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158104246-
CMYK0.360.5800.04
HSL262.82º88.75%68.63%-
HSV(B)262.82º57.72%96.47%-
XYZ35.6923.8289.91-
YUV136.33189.89143.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 104 (41.02% from 255) = 20.47%
BLUE value IS 246 (96.48% from 255) = 48.43%
R=31.10%
G=20.47%
B=48.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1581042460.360.5800.04262.8288.7568.63
Hex9E68F6243A041075945
Octal236150366447204407131105
Binary10011110110100011110110100100111010010010000011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E68F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E68F6;
 }
 .AnyTagClassName
 {
   color: #9E68F6;
 }
</style>
background-color css

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

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

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

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

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

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