#9E65EB

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

Shades of Medium Purple #9E65EB

Tints of Medium Purple #9E65EB

Color information

#9E65EB (or 0x9E65EB) is unknown color: approx Medium Purple. HEX triplet: 9E, 65 and EB. RGB value is (158,101,235). Sum of RGB (Red+Green+Blue) = 158+101+235=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E65EB is #619A14. Grayscale: #848484. Windows color (decimal): -6396437 or 15426974. OLE color: 15426974.

HSL color Cylindrical-coordinate representation of color #9E65EB: hue angle of 265.52º degrees, saturation: 0.77, 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 #9E65EB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158101235-
CMYK0.330.5700.08
HSL265.52º77.01%65.88%-
HSV(B)265.52º57.02%92.16%-
XYZ33.7522.5781.18-
YUV133.32185.38145.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 235 (92.19% from 255) = 47.57%
R=31.98%
G=20.45%
B=47.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581012350.330.5700.08265.5277.0165.88
Hex9E65EB21390810a4d42
Octal2361453534171010412115102
Binary100111101100101111010111000011110010100010000101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E65EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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