#9E6CF6

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

Shades of Medium Purple #9E6CF6

Tints of Medium Purple #9E6CF6

Color information

#9E6CF6 (or 0x9E6CF6) is unknown color: approx Medium Purple. HEX triplet: 9E, 6C and F6. RGB value is (158,108,246). Sum of RGB (Red+Green+Blue) = 158+108+246=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E6CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6CF6 is #619309. Grayscale: #8A8A8A. Windows color (decimal): -6394634 or 16149662. OLE color: 16149662.

HSL color Cylindrical-coordinate representation of color #9E6CF6: hue angle of 261.74º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E6CF6 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158108246-
CMYK0.360.5600.04
HSL261.74º88.46%69.41%-
HSV(B)261.74º56.1%96.47%-
XYZ36.124.6590.04-
YUV138.68188.56141.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 108 (42.58% from 255) = 21.09%
BLUE value IS 246 (96.48% from 255) = 48.05%
R=30.86%
G=21.09%
B=48.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1581082460.360.5600.04261.7488.4669.41
Hex9E6CF62438041065845
Octal236154366447004406130105
Binary10011110110110011110110100100111000010010000011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,108,246); }

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

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

 a { background-color: rgb(158,108,246); }

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

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

 span { border-color: rgb(158,108,246); }

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