#9F65EE

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

Shades of Medium Purple #9F65EE

Tints of Medium Purple #9F65EE

Color information

#9F65EE (or 0x9F65EE) is unknown color: approx Medium Purple. HEX triplet: 9F, 65 and EE. RGB value is (159,101,238). Sum of RGB (Red+Green+Blue) = 159+101+238=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F65EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F65EE is #609A11. Grayscale: #858585. Windows color (decimal): -6330898 or 15623583. OLE color: 15623583.

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

Color convert

RGB159101238-
CMYK0.330.5800.07
HSL265.4º80.12%66.47%-
HSV(B)265.4º57.56%93.33%-
XYZ34.3822.8583.49-
YUV133.96186.72145.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 238 (93.36% from 255) = 47.79%
R=31.93%
G=20.28%
B=47.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591012380.330.5800.07265.480.1266.47
Hex9F65EE213A071095042
Octal237145356417207411120102
Binary10011111110010111101110100001111010011110000100110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F65EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,101,238); }

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

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

 a { background-color: rgb(159,101,238); }

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

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

 span { border-color: rgb(159,101,238); }

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