#9F6FE4

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

Shades of Medium Purple #9F6FE4

Tints of Medium Purple #9F6FE4

Color information

#9F6FE4 (or 0x9F6FE4) is unknown color: approx Medium Purple. HEX triplet: 9F, 6F and E4. RGB value is (159,111,228). Sum of RGB (Red+Green+Blue) = 159+111+228=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #9F6FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FE4 is #60901B. Grayscale: #8A8A8A. Windows color (decimal): -6328348 or 14970783. OLE color: 14970783.

HSL color Cylindrical-coordinate representation of color #9F6FE4: hue angle of 264.62º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F6FE4 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159111228-
CMYK0.300.5100.11
HSL264.62º68.42%66.47%-
HSV(B)264.62º51.32%89.41%-
XYZ33.9924.3476.31-
YUV138.69178.4142.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 111 (43.75% from 255) = 22.29%
BLUE value IS 228 (89.45% from 255) = 45.78%
R=31.93%
G=22.29%
B=45.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1591112280.300.5100.11264.6268.4266.47
Hex9F6FE41E330B1094442
Octal2371573443663013411104102
Binary10011111110111111100100111101100110101110000100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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