#9F6FEE

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

Shades of Medium Purple #9F6FEE

Tints of Medium Purple #9F6FEE

Color information

#9F6FEE (or 0x9F6FEE) is unknown color: approx Medium Purple. HEX triplet: 9F, 6F and EE. RGB value is (159,111,238). Sum of RGB (Red+Green+Blue) = 159+111+238=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F6FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6FEE is #609011. Grayscale: #8B8B8B. Windows color (decimal): -6328338 or 15626143. OLE color: 15626143.

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

Color convert

RGB159111238-
CMYK0.330.5300.07
HSL262.68º78.88%68.43%-
HSV(B)262.68º53.36%93.33%-
XYZ35.4224.9183.83-
YUV139.83183.4141.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 238 (93.36% from 255) = 46.85%
R=31.30%
G=21.85%
B=46.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591112380.330.5300.07262.6878.8868.43
Hex9F6FEE2135071074f44
Octal237157356416507407117104
Binary10011111110111111101110100001110101011110000011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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