#9E6FF1

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

Shades of Medium Purple #9E6FF1

Tints of Medium Purple #9E6FF1

Color information

#9E6FF1 (or 0x9E6FF1) is unknown color: approx Medium Purple. HEX triplet: 9E, 6F and F1. RGB value is (158,111,241). Sum of RGB (Red+Green+Blue) = 158+111+241=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E6FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FF1 is #61900E. Grayscale: #8B8B8B. Windows color (decimal): -6393871 or 15822750. OLE color: 15822750.

HSL color Cylindrical-coordinate representation of color #9E6FF1: hue angle of 261.69º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6FF1 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158111241-
CMYK0.340.5400.05
HSL261.69º82.28%69.02%-
HSV(B)261.69º53.94%94.51%-
XYZ35.6624.9986.16-
YUV139.87185.07140.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 241 (94.53% from 255) = 47.25%
R=30.98%
G=21.76%
B=47.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581112410.340.5400.05261.6982.2869.02
Hex9E6FF12236051065245
Octal236157361426605406122105
Binary10011110110111111110001100010110110010110000011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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