#9E65EA

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

Shades of Medium Purple #9E65EA

Tints of Medium Purple #9E65EA

Color information

#9E65EA (or 0x9E65EA) is unknown color: approx Medium Purple. HEX triplet: 9E, 65 and EA. RGB value is (158,101,234). Sum of RGB (Red+Green+Blue) = 158+101+234=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E65EA is #619A15. Grayscale: #848484. Windows color (decimal): -6396438 or 15361438. OLE color: 15361438.

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

Color convert

RGB158101234-
CMYK0.320.5700.08
HSL265.71º76%65.69%-
HSV(B)265.71º56.84%91.76%-
XYZ33.6122.5280.42-
YUV133.2184.88145.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=32.05%
G=20.49%
B=47.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581012340.320.5700.08265.717665.69
Hex9E65EA20390810a4c42
Octal2361453524071010412114102
Binary100111101100101111010101000001110010100010000101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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