#9F69F1

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

Shades of Medium Purple #9F69F1

Tints of Medium Purple #9F69F1

Color information

#9F69F1 (or 0x9F69F1) is unknown color: approx Medium Purple. HEX triplet: 9F, 69 and F1. RGB value is (159,105,241). Sum of RGB (Red+Green+Blue) = 159+105+241=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F69F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F69F1 is #60960E. Grayscale: #888888. Windows color (decimal): -6329871 or 15821215. OLE color: 15821215.

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

Color convert

RGB159105241-
CMYK0.340.5600.05
HSL263.82º82.93%67.84%-
HSV(B)263.82º56.43%94.51%-
XYZ35.2323.8285.96-
YUV136.65186.89143.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 241 (94.53% from 255) = 47.72%
R=31.49%
G=20.79%
B=47.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591052410.340.5600.05263.8282.9367.84
Hex9F69F12238051085344
Octal237151361427005410123104
Binary10011111110100111110001100010111000010110000100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,241); }

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

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

 a { background-color: rgb(159,105,241); }

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

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

 span { border-color: rgb(159,105,241); }

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