#9F7BF3

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

Shades of Medium Purple #9F7BF3

Tints of Medium Purple #9F7BF3

Color information

#9F7BF3 (or 0x9F7BF3) is unknown color: approx Medium Purple. HEX triplet: 9F, 7B and F3. RGB value is (159,123,243). Sum of RGB (Red+Green+Blue) = 159+123+243=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #9F7BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7BF3 is #60840C. Grayscale: #929292. Windows color (decimal): -6325261 or 15956895. OLE color: 15956895.

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

Color convert

RGB159123243-
CMYK0.350.4900.05
HSL258º83.33%71.76%-
HSV(B)258º49.38%95.29%-
XYZ37.5628.0188.22-
YUV147.44181.93136.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.29%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 243 (95.31% from 255) = 46.29%
R=30.29%
G=23.43%
B=46.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591232430.350.4900.0525883.3371.76
Hex9F7BF32331051025348
Octal237173363436105402123110
Binary10011111111101111110011100011110001010110000001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,123,243); }

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

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

 a { background-color: rgb(159,123,243); }

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

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

 span { border-color: rgb(159,123,243); }

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