#9E6FF7

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

Shades of Medium Purple #9E6FF7

Tints of Medium Purple #9E6FF7

Color information

#9E6FF7 (or 0x9E6FF7) is unknown color: approx Medium Purple. HEX triplet: 9E, 6F and F7. RGB value is (158,111,247). Sum of RGB (Red+Green+Blue) = 158+111+247=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #9E6FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FF7 is #619008. Grayscale: #8C8C8C. Windows color (decimal): -6393865 or 16215966. OLE color: 16215966.

HSL color Cylindrical-coordinate representation of color #9E6FF7: hue angle of 260.74º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E6FF7 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158111247-
CMYK0.360.5500.03
HSL260.74º89.47%70.2%-
HSV(B)260.74º55.06%96.86%-
XYZ36.5725.3590.96-
YUV140.56188.07140.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 247 (96.88% from 255) = 47.87%
R=30.62%
G=21.51%
B=47.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581112470.360.5500.03260.7489.4770.2
Hex9E6FF72437031055946
Octal236157367446703405131106
Binary1001111011011111111011110010011011101110000010110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,111,247); }

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

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

 a { background-color: rgb(158,111,247); }

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

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

 span { border-color: rgb(158,111,247); }

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